Add test scaffolding for catch_discover_tests

This commit is contained in:
Martin Hořeňovský
2023-06-14 16:30:56 +02:00
parent 7a52dfa77b
commit c8363143e7
7 changed files with 163 additions and 5 deletions

View File

@@ -18,7 +18,8 @@
"CATCH_BUILD_EXAMPLES": "ON",
"CATCH_BUILD_EXTRA_TESTS": "ON",
"CATCH_BUILD_SURROGATES": "ON",
"CATCH_ENABLE_CONFIGURE_TESTS": "ON"
"CATCH_ENABLE_CONFIGURE_TESTS": "ON",
"CATCH_ENABLE_CMAKE_HELPER_TESTS": "ON"
}
}
]