This commit is contained in:
Zhi Guan
2017-02-15 15:35:07 +08:00
parent 7eb9c6664a
commit b0d309b527
14 changed files with 455 additions and 5 deletions

View File

@@ -17,7 +17,8 @@ IF[{- !$disabled{tests} -}]
dtlsv1listentest ct_test threadstest afalgtest d2i_test \
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
sm3test sms4test kdf2test eciestest ffxtest sm2test pailliertest cpktest
sm3test sms4test kdf2test eciestest ffxtest sm2test \
pailliertest cpktest otptest
SOURCE[aborttest]=aborttest.c
INCLUDE[aborttest]=../include
@@ -316,6 +317,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[cpktest]=../include
DEPEND[cpktest]=../libcrypto
SOURCE[otptest]=otptest.c
INCLUDE[otptest]=../include
DEPEND[otptest]=../libcrypto
IF[{- !$disabled{shared} -}]
PROGRAMS_NO_INST=shlibloadtest
SOURCE[shlibloadtest]=shlibloadtest.c