aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-01-18 17:13:36 -0600
committerBrent Cook <busterb@gmail.com>2019-01-18 17:13:36 -0600
commite59ea94f623ff6e1aea79589228fcdebe809c97b (patch)
treeae694fd23dc3437667e6d9fba4084ea1dcd36676 /tests/Makefile.am
parent7032d88bfd6a28e9ea72b08d14feb5775def3e2f (diff)
downloadportable-e59ea94f623ff6e1aea79589228fcdebe809c97b.tar.gz
portable-e59ea94f623ff6e1aea79589228fcdebe809c97b.tar.bz2
portable-e59ea94f623ff6e1aea79589228fcdebe809c97b.zip
add tls13_[tlsext|buffer].* and buffertest
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 256eb44..e1879ad 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -93,6 +93,12 @@ bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
93check_PROGRAMS += bntest 93check_PROGRAMS += bntest
94bntest_SOURCES = bntest.c 94bntest_SOURCES = bntest.c
95 95
96# buffertest
97TESTS += buffertest
98buffertest_CPPFLAGS = $(AM_CPPFLAGS)
99check_PROGRAMS += buffertest
100buffertest_SOURCES = buffertest.c
101
96# bytestringtest 102# bytestringtest
97TESTS += bytestringtest 103TESTS += bytestringtest
98check_PROGRAMS += bytestringtest 104check_PROGRAMS += bytestringtest