aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-06-19 14:04:45 +0200
committerTheo Buehler <tb@openbsd.org>2024-06-19 14:06:09 +0200
commit683f523f8d49fc5b7529a032761ffb1a001e56e1 (patch)
tree690a05a35fbac6d375ab7deacfec917c74bb9300 /tests
parenta949ecf49fcb6f9522a87c4e6d1457ce42708760 (diff)
downloadportable-683f523f8d49fc5b7529a032761ffb1a001e56e1.tar.gz
portable-683f523f8d49fc5b7529a032761ffb1a001e56e1.tar.bz2
portable-683f523f8d49fc5b7529a032761ffb1a001e56e1.zip
grammar tweak
Diffstat (limited to 'tests')
-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)