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

@@ -85,6 +85,13 @@ if(NOT BUILD_SHARED_LIBS)
add_test(bntest bntest)
endif()
# buffertest
if(NOT BUILD_SHARED_LIBS)
add_executable(buffertest buffertest.c)
target_link_libraries(buffertest ${OPENSSL_LIBS})
add_test(buffertest buffertest)
endif()
# bytestringtest
if(NOT BUILD_SHARED_LIBS)
add_executable(bytestringtest bytestringtest.c)