diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-06-29 22:49:37 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-06-29 22:49:37 -0500 |
| commit | b7f699ab34684e0dae18949c142824b929388338 (patch) | |
| tree | e182ee3b5c9d46b540612be22f0827dd6f54ebde | |
| parent | 89880c2e3a2274ae17b19454e793a491f3c48b0f (diff) | |
| download | portable-b7f699ab34684e0dae18949c142824b929388338.tar.gz portable-b7f699ab34684e0dae18949c142824b929388338.tar.bz2 portable-b7f699ab34684e0dae18949c142824b929388338.zip | |
add cipher_list test
| -rw-r--r-- | tests/Makefile.am | 6 | ||||
| -rwxr-xr-x | update.sh | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e748912..2e3f068 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -78,6 +78,12 @@ TESTS += chachatest | |||
| 78 | check_PROGRAMS += chachatest | 78 | check_PROGRAMS += chachatest |
| 79 | chachatest_SOURCES = chachatest.c | 79 | chachatest_SOURCES = chachatest.c |
| 80 | 80 | ||
| 81 | # cipher_list | ||
| 82 | TESTS += cipher_list | ||
| 83 | check_PROGRAMS += cipher_list | ||
| 84 | cipher_list_SOURCES = cipher_list.c | ||
| 85 | noinst_HEADERS = tests.h | ||
| 86 | |||
| 81 | # cipherstest | 87 | # cipherstest |
| 82 | TESTS += cipherstest | 88 | TESTS += cipherstest |
| 83 | check_PROGRAMS += cipherstest | 89 | check_PROGRAMS += cipherstest |
| @@ -238,6 +238,7 @@ $CP $libssl_regress/ssl/testssl tests | |||
| 238 | for i in `find $libssl_regress -name '*.c'`; do | 238 | for i in `find $libssl_regress -name '*.c'`; do |
| 239 | $CP "$i" tests | 239 | $CP "$i" tests |
| 240 | done | 240 | done |
| 241 | $CP $libssl_regress/unit/tests.h tests | ||
| 241 | $CP $libssl_regress/certs/ca.pem tests | 242 | $CP $libssl_regress/certs/ca.pem tests |
| 242 | $CP $libssl_regress/certs/server.pem tests | 243 | $CP $libssl_regress/certs/server.pem tests |
| 243 | 244 | ||
