Working test runner!!!

This commit is contained in:
jacqueline
2022-11-08 14:56:22 +11:00
parent e219925fac
commit 9f572cb927
8 changed files with 79 additions and 22 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
#pragma once
void run_catch(void);
/*
* Executes the Catch2 test runner as if called from the commandline on a
* standard unix-y system.
*/
int exec_catch2(int argc, char **argv);