summaryrefslogtreecommitdiff
path: root/source/tests/main.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/main.test.c')
-rw-r--r--source/tests/main.test.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/tests/main.test.c b/source/tests/main.test.c
index 8d1c8b6..14d3249 100644
--- a/source/tests/main.test.c
+++ b/source/tests/main.test.c
@@ -1 +1,8 @@
-
+#define KIT_TEST_IMPLEMENTATION
+#include "../kit/kit_test.h"
+
+int main(int argc, char **argv) {
+ return run_tests(argc, argv);
+}
+
+#undef KIT_TEST_FILE