add tls13_[tlsext|buffer].* and buffertest

This commit is contained in:
Brent Cook
2019-01-18 17:13:36 -06:00
parent 7032d88bfd
commit e59ea94f62
4 changed files with 18 additions and 0 deletions

View File

@@ -93,6 +93,12 @@ bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
check_PROGRAMS += bntest
bntest_SOURCES = bntest.c
# buffertest
TESTS += buffertest
buffertest_CPPFLAGS = $(AM_CPPFLAGS)
check_PROGRAMS += buffertest
buffertest_SOURCES = buffertest.c
# bytestringtest
TESTS += bytestringtest
check_PROGRAMS += bytestringtest