projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c4647
)
Run test_ssl last -- it's the only test that really uses the SSL library
author
Bodo Möller
<bodo@openssl.org>
Mon, 13 Mar 2000 20:47:45 +0000
(20:47 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 13 Mar 2000 20:47:45 +0000
(20:47 +0000)
in addition to the crypto library.
test/Makefile.ssl
patch
|
blob
|
history
diff --git
a/test/Makefile.ssl
b/test/Makefile.ssl
index 5f3636401799e9db280244c68dc4dae1ad974353..a2db754bd0b23b5ff1de68b788578e693bc10df6 100644
(file)
--- 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)