aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt7
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)
485target_link_libraries(poly1305test ${OPENSSL_TEST_LIBS}) 485target_link_libraries(poly1305test ${OPENSSL_TEST_LIBS})
486add_test(poly1305test poly1305test) 486add_test(poly1305test poly1305test)
487 487
488# policy
489add_executable(policy policy.c)
490set_source_files_properties(policy.c PROPERTIES COMPILE_FLAGS
491 -DCERTSDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\")
492target_link_libraries(policy ${OPENSSL_TEST_LIBS})
493add_test(policy policy)
494
488# pq_test 495# pq_test
489add_executable(pq_test pq_test.c) 496add_executable(pq_test pq_test.c)
490target_link_libraries(pq_test ${OPENSSL_TEST_LIBS}) 497target_link_libraries(pq_test ${OPENSSL_TEST_LIBS})