diff options
-rw-r--r-- | tests/CMakeLists.txt | 3 |
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 | ||
430 | if(NOT (WIN32 OR EMSCRIPTEN)) | 429 | if(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) |