mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 11:35:39 +02:00
add enable_testing() in cmake examples
This commit is contained in:

committed by
GitHub

parent
de06340e7d
commit
22258b17db
@@ -67,6 +67,7 @@ target_link_libraries(foo Catch2::Catch2)
|
||||
|
||||
include(CTest)
|
||||
include(Catch)
|
||||
enable_testing()
|
||||
catch_discover_tests(foo)
|
||||
```
|
||||
|
||||
@@ -150,6 +151,7 @@ target_link_libraries(foo Catch2::Catch2)
|
||||
|
||||
include(CTest)
|
||||
include(ParseAndAddCatchTests)
|
||||
enable_testing()
|
||||
ParseAndAddCatchTests(foo)
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user