Build the test program when needed.
authorBen Laurie <ben@openssl.org>
Sat, 30 Aug 2003 13:19:03 +0000 (13:19 +0000)
committerBen Laurie <ben@openssl.org>
Sat, 30 Aug 2003 13:19:03 +0000 (13:19 +0000)
fips/aes/Makefile.ssl

index d0cd299ad68c8165139cc85ab274b19f7390578c..ddecf55b7034cfef41e09d2a0643b9f06bf59e4d 100644 (file)
@@ -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