aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMoustaphaSaad <moustapha.saad.abdelhamed@gmail.com>2024-06-07 16:06:52 +0300
committerTheo Buehler <tb@openbsd.org>2024-06-19 14:06:09 +0200
commitd661f77deddaad2e121fd0fecf71d7ca417ed466 (patch)
tree981cf68405423e69bc9cfe22c0c3895671b44126 /tests
parentc7a7dbd7007838d6d47d97397313b2791aae71b1 (diff)
downloadportable-d661f77deddaad2e121fd0fecf71d7ca417ed466.tar.gz
portable-d661f77deddaad2e121fd0fecf71d7ca417ed466.tar.bz2
portable-d661f77deddaad2e121fd0fecf71d7ca417ed466.zip
simplify explicit_bzero comment
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index ae19e3b..3a76e92 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -425,8 +425,7 @@ add_platform_test(exdata_test exdata_test)
425# expirecallback.c 425# expirecallback.c
426 426
427# explicit_bzero 427# explicit_bzero
428# explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows 428# SA_ONSTACK is unavailable on Windows, sigsuspend is unavailable on Emscripten
429# explicit_bzero relies on sigsuspend, which is unavailable on Emscripten
430if(NOT (WIN32 OR EMSCRIPTEN)) 429if(NOT (WIN32 OR EMSCRIPTEN))
431 if(HAVE_MEMMEM) 430 if(HAVE_MEMMEM)
432 add_executable(explicit_bzero explicit_bzero.c) 431 add_executable(explicit_bzero explicit_bzero.c)