Problems with 64-bit long.
[openssl.git] / test / Makefile.ssl
index 5a5823948eb21a7790d5340991afa26a5f0cee57..2f3cee59c75ab6f80edc1af908194f6b01334aad 100644 (file)
@@ -79,7 +79,7 @@ all:  exe
 exe:   $(EXE)
 
 files:
-       perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
        @@$(TOP)/util/point.sh Makefile.ssl Makefile
@@ -94,8 +94,8 @@ tags:
 tests: exe apps \
        test_des test_idea test_sha test_md5 test_hmac test_md2 test_mdc2 \
        test_rc2 test_rc4 test_rc5 test_bf test_cast \
-       test_rand test_enc test_x509 test_rsa test_crl test_sid test_reqgen \
-       test_req test_pkcs7 test_bn test_verify test_dh test_dsa \
+       test_rand test_bn test_enc test_x509 test_rsa test_crl test_sid \
+       test_reqgen test_req test_pkcs7 test_verify test_dh test_dsa \
        test_ss test_ssl test_ca
 
 apps:
@@ -174,12 +174,12 @@ test_pkcs7:
        @sh ./tpkcs7d 2>/dev/null
 
 test_bn:
-       @echo 'test a^b%c implementations'
-       ./$(EXPTEST)
        @echo starting big number library test, could take a while...
        @(./$(BNTEST)|bc) | awk '{ \
 if ($$0 != "0") {print "error"; exit(1); } \
 if (((NR+1)%64) == 0) print NR+1," tests done"; }'
+       @echo 'test a^b%c implementations'
+       ./$(EXPTEST)
 
 test_verify:
        @echo "The following command should have some OK's and some failures"
@@ -217,7 +217,7 @@ depend:
        $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(SRC)
 
 dclean:
-       perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
+       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
@@ -296,3 +296,59 @@ $(SSLTEST): $(SSLTEST).o $(DLIBSSL) $(DLIBCRYPTO)
        $(CC) -o $(SSLTEST) $(CFLAGS) $(SSLTEST).o $(PEX_LIBS) $(LIBSSL) $(LIBCRYPTO) $(EX_LIBS)
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+bftest.o: ../include/blowfish.h
+bntest.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+bntest.o: ../include/bn.h ../include/cast.h ../include/crypto.h
+bntest.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+bntest.o: ../include/err.h ../include/evp.h ../include/idea.h ../include/md2.h
+bntest.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+bntest.o: ../include/opensslv.h ../include/pkcs7.h ../include/rand.h
+bntest.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+bntest.o: ../include/ripemd.h ../include/rsa.h ../include/safestack.h
+bntest.o: ../include/sha.h ../include/stack.h ../include/x509.h
+bntest.o: ../include/x509_vfy.h
+casttest.o: ../include/cast.h
+destest.o: ../include/des.h
+dhtest.o: ../include/bio.h ../include/bn.h ../include/crypto.h ../include/dh.h
+dhtest.o: ../include/opensslv.h ../include/stack.h
+dsatest.o: ../include/bio.h ../include/bn.h ../include/crypto.h
+dsatest.o: ../include/dsa.h ../include/err.h ../include/opensslv.h
+dsatest.o: ../include/rand.h ../include/stack.h
+exptest.o: ../include/bio.h ../include/bn.h ../include/crypto.h
+exptest.o: ../include/err.h ../include/opensslv.h ../include/rand.h
+exptest.o: ../include/stack.h
+hmactest.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+hmactest.o: ../include/bn.h ../include/cast.h ../include/crypto.h
+hmactest.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/evp.h
+hmactest.o: ../include/hmac.h ../include/idea.h ../include/md2.h
+hmactest.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+hmactest.o: ../include/opensslv.h ../include/rc2.h ../include/rc4.h
+hmactest.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+hmactest.o: ../include/sha.h ../include/stack.h
+ideatest.o: ../include/idea.h
+md2test.o: ../include/md2.h
+md5test.o: ../include/md5.h
+mdc2test.o: ../include/des.h ../include/mdc2.h
+randtest.o: ../include/rand.h
+rc2test.o: ../include/rc2.h
+rc4test.o: ../include/rc4.h
+rc5test.o: ../include/rc5.h
+rmdtest.o: ../include/ripemd.h
+rsa_oaep_test.o: ../include/bn.h ../include/crypto.h ../include/e_os.h
+rsa_oaep_test.o: ../include/err.h ../include/opensslv.h ../include/rsa.h
+rsa_oaep_test.o: ../include/stack.h
+sha1test.o: ../include/sha.h
+shatest.o: ../include/sha.h
+ssltest.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+ssltest.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+ssltest.o: ../include/crypto.h ../include/des.h ../include/dh.h
+ssltest.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+ssltest.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+ssltest.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+ssltest.o: ../include/opensslv.h ../include/pkcs7.h ../include/rc2.h
+ssltest.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+ssltest.o: ../include/rsa.h ../include/safestack.h ../include/sha.h
+ssltest.o: ../include/ssl.h ../include/ssl2.h ../include/ssl23.h
+ssltest.o: ../include/ssl3.h ../include/stack.h ../include/tls1.h
+ssltest.o: ../include/x509.h ../include/x509_vfy.h