Skip to content

Commit

Permalink
removed google test library from examples to make sure its main is no…
Browse files Browse the repository at this point in the history
…t used to execute the fuzz tests
  • Loading branch information
PBetzler committed Jul 26, 2024
1 parent 7476ce5 commit ceb009d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/advanced_examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ foreach(TestType IN ITEMS

target_link_libraries(${TestType}_fuzz_test
explore_me_advanced
${GTEST_BOTH_LIBRARIES}
)
endforeach(TestType )
1 change: 0 additions & 1 deletion src/simple_examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ foreach(TestType IN ITEMS

target_link_libraries(${TestType}_fuzz_test
explore_me
${GTEST_BOTH_LIBRARIES}
)
endforeach(TestType )

0 comments on commit ceb009d

Please sign in to comment.