diff options
author | Theo Buehler <tb@openbsd.org> | 2024-06-19 14:04:45 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-06-19 14:06:09 +0200 |
commit | 683f523f8d49fc5b7529a032761ffb1a001e56e1 (patch) | |
tree | 690a05a35fbac6d375ab7deacfec917c74bb9300 /tests | |
parent | a949ecf49fcb6f9522a87c4e6d1457ce42708760 (diff) | |
download | portable-683f523f8d49fc5b7529a032761ffb1a001e56e1.tar.gz portable-683f523f8d49fc5b7529a032761ffb1a001e56e1.tar.bz2 portable-683f523f8d49fc5b7529a032761ffb1a001e56e1.zip |
grammar tweak
Diffstat (limited to 'tests')
-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) |