Skip to content

Commit 7dacd09

Browse files
SweetVishnyafxlb
authored andcommitted
fuzz: Disable fuzz targets for Windows
(cherry picked from commit fd3b37f)
1 parent 7b76e63 commit 7dacd09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

testprogs/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
4848
add_test_executable(valgrindtest)
4949
endif()
5050

51-
add_subdirectory(fuzz)
51+
if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
52+
CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
53+
CMAKE_SYSTEM_NAME STREQUAL "Linux")
54+
add_subdirectory(fuzz)
55+
endif()

0 commit comments

Comments
 (0)