Call CMS tests with "make test"
This commit is contained in:
parent
7dfae89768
commit
f4b6a3e9c0
@ -134,7 +134,7 @@ alltests: \
|
|||||||
test_enc test_x509 test_rsa test_crl test_sid \
|
test_enc test_x509 test_rsa test_crl test_sid \
|
||||||
test_gen test_req test_pkcs7 test_verify test_dh test_dsa \
|
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_ss test_ca test_engine test_evp test_ssl test_tsa test_ige \
|
||||||
test_jpake
|
test_jpake test_cms
|
||||||
|
|
||||||
test_evp:
|
test_evp:
|
||||||
../util/shlib_wrap.sh ./$(EVPTEST) evptests.txt
|
../util/shlib_wrap.sh ./$(EVPTEST) evptests.txt
|
||||||
@ -304,6 +304,10 @@ test_jpake: $(JPAKETEST)$(EXE_EXT)
|
|||||||
@echo "Test JPAKE"
|
@echo "Test JPAKE"
|
||||||
../util/shlib_wrap.sh ./$(JPAKETEST)
|
../util/shlib_wrap.sh ./$(JPAKETEST)
|
||||||
|
|
||||||
|
test_cms:
|
||||||
|
@echo "CMS consistency test"
|
||||||
|
$(PERL) cms-test.pl
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user