We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d4da2 commit 8c0dadfCopy full SHA for 8c0dadf
libc/test/UnitTest/CMakeLists.txt
@@ -83,7 +83,7 @@ add_unittest_framework_library(
83
)
84
85
set(libc_death_test_srcs LibcDeathTestExecutors.cpp)
86
-if(${LIBC_TARGET_OS} STREQUAL "linux")
+if(${LIBC_TARGET_OS} STREQUAL "linux" OR ${LIBC_TARGET_OS} STREQUAL "darwin")
87
list(APPEND libc_death_test_srcs ExecuteFunctionUnix.cpp)
88
endif()
89
0 commit comments