summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-12-14 12:53:53 +0000
committerBen Laurie <ben@openssl.org>2012-12-14 12:53:53 +0000
commitd65b8b2162f33ac0d53dace588a0847ed827626c (patch)
tree7fc5f91d14728ccb6934605677bd537b847e6998 /test/Makefile
parent5dca1e338c068931a1cdcb76d8db303a3d3dce25 (diff)
Backport OCSP fixes.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3bb739001c..331c721c9b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -137,7 +137,7 @@ alltests: \
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_ca test_engine test_evp test_ssl test_tsa test_ige \
- test_jpake test_srp test_cms
+ test_jpake test_srp test_cms test_ocsp
test_evp:
../util/shlib_wrap.sh ./$(EVPTEST) evptests.txt
@@ -318,6 +318,10 @@ test_srp: $(SRPTEST)$(EXE_EXT)
@echo "Test SRP"
../util/shlib_wrap.sh ./srptest
+test_ocsp:
+ @echo "Test OCSP"
+ @sh ./tocsp
+
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff