From 0d9781dafdfda9569a2373216ace013663f0d858 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 25 Sep 2023 20:02:08 +0200 Subject: Sokol and nanovg setup --- source/tests/_exe.c | 2 ++ source/tests/_static.c | 1 - source/tests/main.test.c | 9 ++++++++- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 source/tests/_exe.c delete mode 100644 source/tests/_static.c (limited to 'source/tests') diff --git a/source/tests/_exe.c b/source/tests/_exe.c new file mode 100644 index 0000000..39412dd --- /dev/null +++ b/source/tests/_exe.c @@ -0,0 +1,2 @@ +#include "../saw/_lib.c" +#include "main.test.c" diff --git a/source/tests/_static.c b/source/tests/_static.c deleted file mode 100644 index 8d1c8b6..0000000 --- a/source/tests/_static.c +++ /dev/null @@ -1 +0,0 @@ - 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 -- cgit v1.2.3