Skip to content

Commit

Permalink
Remove the public API tests target from Catch2 tests discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Oct 16, 2023
1 parent f29b26f commit 8d9e95f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,4 @@ target_link_libraries( ${TESTS_TARGET_PUBLIC} PRIVATE Catch2::Catch2 )

include( CTest )
include( Catch )
catch_discover_tests( ${TESTS_TARGET} )
catch_discover_tests( ${TESTS_TARGET_PUBLIC} )
catch_discover_tests( ${TESTS_TARGET} )

0 comments on commit 8d9e95f

Please sign in to comment.