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 ab14d0f commit 2d43df2Copy full SHA for 2d43df2
test/fuzz/CMakeLists.txt
@@ -23,4 +23,4 @@ target_include_directories(${TEST_TARGET_NAME}
23
PRIVATE ${UMF_CMAKE_SOURCE_DIR}/include)
24
target_link_directories(${TEST_TARGET_NAME} PRIVATE ${LIBHWLOC_LIBRARY_DIRS})
25
26
-add_fuzz_test(basic_long fuzz-long -max_total_time=600 -seed=1)
+add_fuzz_test(basic_long fuzz-long -max_total_time=600)
0 commit comments