diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 18:40:07 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 18:40:07 +0100 |
commit | 9fe0da76faaecd05d39101adf0e333f5ea1a6729 (patch) | |
tree | 35252e7c970fce3afb64f05c5ee9cc69f426e4c9 /source/tests | |
parent | 9417f59a071174424f88a206f7789c863d9eb718 (diff) | |
download | saw-9fe0da76faaecd05d39101adf0e333f5ea1a6729.zip |
Update kit
Diffstat (limited to 'source/tests')
-rw-r--r-- | source/tests/main.test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/main.test.c b/source/tests/main.test.c index 14d3249..b0f0c03 100644 --- a/source/tests/main.test.c +++ b/source/tests/main.test.c @@ -1,5 +1,5 @@ #define KIT_TEST_IMPLEMENTATION -#include "../kit/kit_test.h" +#include "../kit/test.h" int main(int argc, char **argv) { return run_tests(argc, argv); |