Skip to content

Commit ceb009d

Browse files
committed
removed google test library from examples to make sure its main is not used to execute the fuzz tests
1 parent 7476ce5 commit ceb009d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/advanced_examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ foreach(TestType IN ITEMS
4343

4444
target_link_libraries(${TestType}_fuzz_test
4545
explore_me_advanced
46-
${GTEST_BOTH_LIBRARIES}
4746
)
4847
endforeach(TestType )

src/simple_examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ foreach(TestType IN ITEMS
4141

4242
target_link_libraries(${TestType}_fuzz_test
4343
explore_me
44-
${GTEST_BOTH_LIBRARIES}
4544
)
4645
endforeach(TestType )

0 commit comments

Comments
 (0)