Skip to content

Commit be3ac99

Browse files
committed
remove hardcoded seed from fuzz test
fuzztest prints seed in the log. Hard coding seed in fuzz test is counter productive.
1 parent ab14d0f commit be3ac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzz/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ target_include_directories(${TEST_TARGET_NAME}
2323
PRIVATE ${UMF_CMAKE_SOURCE_DIR}/include)
2424
target_link_directories(${TEST_TARGET_NAME} PRIVATE ${LIBHWLOC_LIBRARY_DIRS})
2525

26-
add_fuzz_test(basic_long fuzz-long -max_total_time=600 -seed=1)
26+
add_fuzz_test(basic_long fuzz-long -max_total_time=600)

0 commit comments

Comments
 (0)