From 9fe0da76faaecd05d39101adf0e333f5ea1a6729 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 12 Jan 2024 18:40:07 +0100 Subject: Update kit --- source/tests/main.test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests/main.test.c') 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); -- cgit v1.2.3