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/main.test.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'source/tests/main.test.c') 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