1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-13 14:24:47 +01:00

2 Commits

Author SHA1 Message Date
Ernst Maurer
8014bf1124 cmake script to generate ctest definitions from catch tests: fix for test case body bracket 2017-04-24 13:33:04 +02:00
Ernst Maurer
1aa3e4abfa Add CMake script to generate ctest definitions from Catch tests ()
Added cmake script to parse the source files containing Catch's test and generate ctest definitions.

It generates one ctest test per `TEST_CASE` and labels them, using the `TEST_CASE`'s tags.

Closes .
2017-04-11 16:51:02 +02:00