add cipher_list test
This commit is contained in:
parent
89880c2e3a
commit
b7f699ab34
@ -78,6 +78,12 @@ TESTS += chachatest
|
|||||||
check_PROGRAMS += chachatest
|
check_PROGRAMS += chachatest
|
||||||
chachatest_SOURCES = chachatest.c
|
chachatest_SOURCES = chachatest.c
|
||||||
|
|
||||||
|
# cipher_list
|
||||||
|
TESTS += cipher_list
|
||||||
|
check_PROGRAMS += cipher_list
|
||||||
|
cipher_list_SOURCES = cipher_list.c
|
||||||
|
noinst_HEADERS = tests.h
|
||||||
|
|
||||||
# cipherstest
|
# cipherstest
|
||||||
TESTS += cipherstest
|
TESTS += cipherstest
|
||||||
check_PROGRAMS += cipherstest
|
check_PROGRAMS += cipherstest
|
||||||
|
@ -238,6 +238,7 @@ $CP $libssl_regress/ssl/testssl tests
|
|||||||
for i in `find $libssl_regress -name '*.c'`; do
|
for i in `find $libssl_regress -name '*.c'`; do
|
||||||
$CP "$i" tests
|
$CP "$i" tests
|
||||||
done
|
done
|
||||||
|
$CP $libssl_regress/unit/tests.h tests
|
||||||
$CP $libssl_regress/certs/ca.pem tests
|
$CP $libssl_regress/certs/ca.pem tests
|
||||||
$CP $libssl_regress/certs/server.pem tests
|
$CP $libssl_regress/certs/server.pem tests
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user