diff options
Diffstat (limited to 'lib/catch2/include/catch_runner.hpp')
| -rw-r--r-- | lib/catch2/include/catch_runner.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/catch2/include/catch_runner.hpp b/lib/catch2/include/catch_runner.hpp new file mode 100644 index 00000000..527b7ff6 --- /dev/null +++ b/lib/catch2/include/catch_runner.hpp @@ -0,0 +1,3 @@ +#pragma once + +void run_catch(void); |
