Commit aac38617 authored by Ben Laurie's avatar Ben Laurie
Browse files

Build the test program when needed.

parent e0162fa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ tests:
fips_aesavs: fips_aesavs.o ../../libcrypto.a
	$(CC) $(CFLAGS) -o fips_aesavs fips_aesavs.o ../../libcrypto.a

fips_test: top
fips_test: top fips_aesavs
	find ../testvectors/aes/req -name '*.req' > testlist
	-rm -rf ../testvectors/aes/rsp
	mkdir ../testvectors/aes/rsp