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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/tests/main.test.c b/source/tests/main.test.c
deleted file mode 100644
index b0f0c03..0000000
--- a/source/tests/main.test.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#define KIT_TEST_IMPLEMENTATION
-#include "../kit/test.h"
-
-int main(int argc, char **argv) {
- return run_tests(argc, argv);
-}
-
-#undef KIT_TEST_FILE