Fraxinus  18.10
An IGT application
CatchMain.cpp
Go to the documentation of this file.
1 #define CATCH_CONFIG_RUNNER
2 #include "catch.hpp"
3 
4 int main(int argc, char* const argv[]) {
5  int result = Catch::Session().run(argc, argv);
6  return result;
7 }
int main(int argc, char *const argv[])
Definition: CatchMain.cpp:4