diff options
author | Bodo Möller <bodo@openssl.org> | 2000-03-13 21:47:45 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-03-13 21:47:45 +0100 |
commit | 66b9c3cae0c3c123446e2ee7816f0683df574384 (patch) | |
tree | 09964a8687c0f05685975fbbac0533eae1eda8af /test | |
parent | "openssl no-..." commands for avoiding the need to grep (diff) | |
download | openssl-66b9c3cae0c3c123446e2ee7816f0683df574384.tar.xz openssl-66b9c3cae0c3c123446e2ee7816f0683df574384.zip |
Run test_ssl last -- it's the only test that really uses the SSL library
in addition to the crypto library.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl index 5f36364017..a2db754bd0 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -102,7 +102,7 @@ tests: exe apps \ test_rmd test_rc2 test_rc4 test_rc5 test_bf test_cast \ test_rand test_bn test_enc test_x509 test_rsa test_crl test_sid \ test_gen test_req test_pkcs7 test_verify test_dh test_dsa \ - test_ss test_ssl test_ca + test_ss test_ca test_ssl apps: @(cd ../apps; $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' all) |