aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78b8711..5b117b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,3 +78,9 @@ foreach(_name _policy IN ZIP_LISTS _test_names _test_policies)
set_tests_properties("${_name}" PROPERTIES WORKING_DIRECTORY
"${CMAKE_SOURCE_DIR}" TIMEOUT 30)
endforeach()
+
+add_test(NAME "download_cert"
+ COMMAND bash "${CMAKE_SOURCE_DIR}/tests/run_download_cert_test.sh"
+ "tests/secure_anonymous")
+set_tests_properties(
+ "download_cert" PROPERTIES WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" TIMEOUT 30)