Skip to content

Commit a006da4

Browse files
committed
Remove the fuzzing props from the release tarball
(cherry picked from commit fe93419)
1 parent 7dacd09 commit a006da4

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Makefile.in

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,6 @@ EXTRA_DIST = \
403403
testprogs/filtertest.c \
404404
testprogs/findalldevstest.c \
405405
testprogs/findalldevstest-perf.c \
406-
testprogs/fuzz/CMakeLists.txt \
407-
testprogs/fuzz/fuzz_both.c \
408-
testprogs/fuzz/fuzz_both.options \
409-
testprogs/fuzz/fuzz_filter.c \
410-
testprogs/fuzz/fuzz_filter.options \
411-
testprogs/fuzz/fuzz_pcap.c \
412-
testprogs/fuzz/fuzz_pcap.options \
413-
testprogs/fuzz/onefile.c \
414406
testprogs/nonblocktest.c \
415407
testprogs/opentest.c \
416408
testprogs/reactivatetest.c \

testprogs/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ endif()
5151
if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
5252
CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
5353
CMAKE_SYSTEM_NAME STREQUAL "Linux")
54-
add_subdirectory(fuzz)
54+
if(IS_DIRECTORY ${CMAKE_HOME_DIRECTORY}/.git)
55+
add_subdirectory(fuzz)
56+
endif(IS_DIRECTORY ${CMAKE_HOME_DIRECTORY}/.git)
5557
endif()

0 commit comments

Comments
 (0)