aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-15 18:00:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-15 18:00:04 +0000
commit4a620922e243fae11fe3702c4183a80592b03701 (patch)
treeece444a0085f525177de4dc328f1ead0a19ca822 /test/Makefile
parent4b06d778ad71fc3f7bde0e607e865e7c5e07fafc (diff)
downloadopenssl-4a620922e243fae11fe3702c4183a80592b03701.zip
openssl-4a620922e243fae11fe3702c4183a80592b03701.tar.gz
openssl-4a620922e243fae11fe3702c4183a80592b03701.tar.bz2
Updates from 1.0.0-stable
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 54cd727..bbd7539 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -134,7 +134,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_jpake test_cms
test_evp:
../util/shlib_wrap.sh ./$(EVPTEST) evptests.txt
@@ -304,6 +304,10 @@ test_jpake: $(JPAKETEST)$(EXE_EXT)
@echo "Test JPAKE"
../util/shlib_wrap.sh ./$(JPAKETEST)
+test_cms:
+ @echo "CMS consistency test"
+ $(PERL) cms-test.pl
+
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff