diff options
author | Brent Cook <busterb@gmail.com> | 2017-01-22 19:55:54 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-01-22 20:00:52 -0600 |
commit | fa149b8c8c57a88db14bc017ff048b70963e9d86 (patch) | |
tree | d8825d748fd5f5cdf5af3d8b4d8f14dc68eab4a1 /tests/CMakeLists.txt | |
parent | 91f771f9818cc6bd05fd4e77837372fce230dc9c (diff) | |
download | portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.tar.gz portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.tar.bz2 portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.zip |
updates for new tests and layout
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9196783..fa1bb51 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -71,6 +71,7 @@ endif() | |||
71 | 71 | ||
72 | # bntest | 72 | # bntest |
73 | add_executable(bntest bntest.c) | 73 | add_executable(bntest bntest.c) |
74 | set_source_files_properties(bntest.c PROPERTIES COMPILE_FLAGS -ULIBRESSL_INTERNAL) | ||
74 | target_link_libraries(bntest ${TESTS_LIBS}) | 75 | target_link_libraries(bntest ${TESTS_LIBS}) |
75 | add_test(bntest bntest) | 76 | add_test(bntest bntest) |
76 | 77 | ||
@@ -163,6 +164,7 @@ endif() | |||
163 | 164 | ||
164 | # exptest | 165 | # exptest |
165 | add_executable(exptest exptest.c) | 166 | add_executable(exptest exptest.c) |
167 | set_source_files_properties(exptest.c PROPERTIES COMPILE_FLAGS -ULIBRESSL_INTERNAL) | ||
166 | target_link_libraries(exptest ${TESTS_LIBS}) | 168 | target_link_libraries(exptest ${TESTS_LIBS}) |
167 | add_test(exptest exptest) | 169 | add_test(exptest exptest) |
168 | 170 | ||