summaryrefslogtreecommitdiff
path: root/lib/catch2/include/catch_runner.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-11-08 14:56:22 +1100
committerjacqueline <me@jacqueline.id.au>2022-11-08 14:56:22 +1100
commit9f572cb92738c2f6d435f47fef9bad7344bc6e09 (patch)
treeb7d7145ee3d5ac19a2aea2c17e4e68c1164f02b1 /lib/catch2/include/catch_runner.hpp
parente219925fac2d9b0b054445ac9c094d51ae30fd17 (diff)
downloadtangara-fw-9f572cb92738c2f6d435f47fef9bad7344bc6e09.tar.gz
Working test runner!!!
Diffstat (limited to 'lib/catch2/include/catch_runner.hpp')
-rw-r--r--lib/catch2/include/catch_runner.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/catch2/include/catch_runner.hpp b/lib/catch2/include/catch_runner.hpp
index 527b7ff6..51e8c1bc 100644
--- a/lib/catch2/include/catch_runner.hpp
+++ b/lib/catch2/include/catch_runner.hpp
@@ -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);