add cipher_list test

This commit is contained in:
Brent Cook 2015-06-29 22:49:37 -05:00
parent 89880c2e3a
commit b7f699ab34
2 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,12 @@ TESTS += chachatest
check_PROGRAMS += chachatest
chachatest_SOURCES = chachatest.c
# cipher_list
TESTS += cipher_list
check_PROGRAMS += cipher_list
cipher_list_SOURCES = cipher_list.c
noinst_HEADERS = tests.h
# cipherstest
TESTS += cipherstest
check_PROGRAMS += cipherstest

View File

@ -238,6 +238,7 @@ $CP $libssl_regress/ssl/testssl tests
for i in `find $libssl_regress -name '*.c'`; do
$CP "$i" tests
done
$CP $libssl_regress/unit/tests.h tests
$CP $libssl_regress/certs/ca.pem tests
$CP $libssl_regress/certs/server.pem tests