diff options
-rw-r--r-- | tests/CMakeLists.txt | 4 |
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() | |||
744 | endif() | 744 | endif() |
745 | set_tests_properties(ssltest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}") | 745 | set_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. |
749 | if(NOT EMSCRIPTEN) | 749 | if(NOT EMSCRIPTEN) |
750 | # testdsa | 750 | # testdsa |
751 | if(NOT MSVC) | 751 | if(NOT MSVC) |