diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e29cee0..4c38a7d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -485,6 +485,13 @@ add_executable(poly1305test poly1305test.c) | |||
485 | target_link_libraries(poly1305test ${OPENSSL_TEST_LIBS}) | 485 | target_link_libraries(poly1305test ${OPENSSL_TEST_LIBS}) |
486 | add_test(poly1305test poly1305test) | 486 | add_test(poly1305test poly1305test) |
487 | 487 | ||
488 | # policy | ||
489 | add_executable(policy policy.c) | ||
490 | set_source_files_properties(policy.c PROPERTIES COMPILE_FLAGS | ||
491 | -DCERTSDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\") | ||
492 | target_link_libraries(policy ${OPENSSL_TEST_LIBS}) | ||
493 | add_test(policy policy) | ||
494 | |||
488 | # pq_test | 495 | # pq_test |
489 | add_executable(pq_test pq_test.c) | 496 | add_executable(pq_test pq_test.c) |
490 | target_link_libraries(pq_test ${OPENSSL_TEST_LIBS}) | 497 | target_link_libraries(pq_test ${OPENSSL_TEST_LIBS}) |