aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f36e9a1..480d893 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -744,8 +744,8 @@ else()
744endif() 744endif()
745set_tests_properties(ssltest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}") 745set_tests_properties(ssltest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}")
746 746
747# testdsa, testenc, testrsa don't have an executable instead it uses openssl executable which 747# testdsa, testenc, testrsa don't have an executable instead they use openssl executable which
748# access various files for IO. adding such files to --preload-file is infeasible. 748# access various files for IO. Adding such files to --preload-file is infeasible.
749if(NOT EMSCRIPTEN) 749if(NOT EMSCRIPTEN)
750 # testdsa 750 # testdsa
751 if(NOT MSVC) 751 if(NOT MSVC)