diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 20:02:08 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 20:02:08 +0200 |
commit | 0d9781dafdfda9569a2373216ace013663f0d858 (patch) | |
tree | 14ebcf10eb0e32a02190ce4c80363979f9f7216d /source/tests/main.test.c | |
parent | e747b343c332907110dad26e15c20daf3d7d7125 (diff) | |
download | saw-0d9781dafdfda9569a2373216ace013663f0d858.zip |
Sokol and nanovg setup
Diffstat (limited to 'source/tests/main.test.c')
-rw-r--r-- | source/tests/main.test.c | 9 |
1 files changed, 8 insertions, 1 deletions
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 |