aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-08-28 12:50:48 +0000
committerUlf Möller <ulf@openssl.org>1999-08-28 12:50:48 +0000
commitb357e95cc4e677320d9cc111daf73fbe0535f571 (patch)
tree17db44f4c88f1523b7b2b9a05648b7a598318001 /crypto/Makefile.ssl
parent1cbde6e4fa6a5bde5a62109acb58e02f1990608f (diff)
downloadopenssl-b357e95cc4e677320d9cc111daf73fbe0535f571.tar.gz
make testapps after the library.
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 37aaac1528..17caee18fa 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -57,6 +57,10 @@ buildinf.h: ../Makefile.ssl
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
+testapps:
+ (cd des && make des)
+ (cd pkcs7 && make testapps)
+
subdirs:
@for i in $(SDIRS) ;\
do \