| 13 | #include <testfunctions.h> |
| 14 | |
| 15 | int main(int argc, char *argv[]) |
| 16 | { |
| 17 | setupTestFunctions(); |
| 18 | |
| 19 | int result = Catch::Session().run(argc, argv); |
| 20 | |
| 21 | tearDownTestFunctions(); |
| 22 | |
| 23 | return result; |
| 24 | } |
nothing calls this directly
no test coverage detected