Skip to content

Commit 3a4888a

Browse files
committed
tests BUGFIX empty elseif
1 parent 6d01d5f commit 3a4888a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fuzz/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(ENABLE_FUZZ_TARGETS)
66
add_executable(${target_name}_fuzz_harness ${target_name}.c main.c)
77
target_link_libraries(${target_name}_fuzz_harness yang)
88
endforeach()
9-
elseif()
9+
else()
1010
foreach(target_name IN LISTS fuzz_targets)
1111
add_executable(${target_name}_fuzz_harness ${target_name}.c)
1212
set_source_files_properties(${target_name}.c PROPERTIES COMPILE_FLAGS "-fsanitize=fuzzer")

0 commit comments

Comments
 (0)