aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@rapid7.com>2017-07-17 05:12:55 -0500
committerBrent Cook <bcook@rapid7.com>2017-07-17 05:12:55 -0500
commit58ba8785fb364794bf3e0c1dcafd40b747188395 (patch)
treed86d236940526595b997efb9e050fe06696b6d78 /tests/Makefile.am
parente53af8da67a39de8356bf7c555008a4d20946323 (diff)
downloadportable-58ba8785fb364794bf3e0c1dcafd40b747188395.tar.gz
portable-58ba8785fb364794bf3e0c1dcafd40b747188395.tar.bz2
portable-58ba8785fb364794bf3e0c1dcafd40b747188395.zip
add tlsext
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ff2fd55..816ebc9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -356,6 +356,12 @@ TESTS += timingsafe
356check_PROGRAMS += timingsafe 356check_PROGRAMS += timingsafe
357timingsafe_SOURCES = timingsafe.c 357timingsafe_SOURCES = timingsafe.c
358 358
359# tlsexttest
360TESTS += tlsexttest
361check_PROGRAMS += tlsexttest
362tlsexttest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
363tlsexttest_SOURCES = tlsexttest.c
364
359# tlstest 365# tlstest
360TESTS += tlstest.sh 366TESTS += tlstest.sh
361check_PROGRAMS += tlstest 367check_PROGRAMS += tlstest