Build the test program when needed.
This commit is contained in:
parent
e0162fa745
commit
aac3861773
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ tests:
|
||||||
fips_aesavs: fips_aesavs.o ../../libcrypto.a
|
fips_aesavs: fips_aesavs.o ../../libcrypto.a
|
||||||
$(CC) $(CFLAGS) -o 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
|
find ../testvectors/aes/req -name '*.req' > testlist
|
||||||
-rm -rf ../testvectors/aes/rsp
|
-rm -rf ../testvectors/aes/rsp
|
||||||
mkdir ../testvectors/aes/rsp
|
mkdir ../testvectors/aes/rsp
|
||||||
|
|
Loading…
Reference in a new issue