From 30740ca4131d1f574718262451b4410207dc8d4e Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 14 Jul 2024 21:12:37 +0200 Subject: Reworking the build system --- source/tests/main.test.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 source/tests/main.test.c (limited to 'source/tests/main.test.c') 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 -- cgit v1.2.3