summaryrefslogtreecommitdiff
path: root/source/tests
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-07-14 21:12:37 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-07-14 21:12:37 +0200
commit30740ca4131d1f574718262451b4410207dc8d4e (patch)
treefc88b16a216079397ad85b9c6b1a1c1c5712a814 /source/tests
parent5e3c99bb1cf1d03ea006300121265571f5008fd2 (diff)
downloadsaw-30740ca4131d1f574718262451b4410207dc8d4e.zip
Reworking the build system
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/_exe.c2
-rw-r--r--source/tests/main.test.c8
2 files changed, 0 insertions, 10 deletions
diff --git a/source/tests/_exe.c b/source/tests/_exe.c
deleted file mode 100644
index 39412dd..0000000
--- a/source/tests/_exe.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "../saw/_lib.c"
-#include "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