WIP use catch2 instead of unity
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "catch_runner.hpp"
|
||||
|
||||
#define CATCH_CONFIG_RUNNER
|
||||
#include "catch2/catch.hpp"
|
||||
|
||||
void run_catch(void) {
|
||||
int argc = 1;
|
||||
char *argv = "catch2";
|
||||
Catch::Session().run( argc, &argv );
|
||||
}
|
||||
Reference in New Issue
Block a user