From 0a112c3f0964e4be0bab7148538656173768c3b7 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 8 Sep 2023 21:34:37 +0200 Subject: Refactor kit_test to header-only library --- source/tests/string_ref.test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests/string_ref.test.c') diff --git a/source/tests/string_ref.test.c b/source/tests/string_ref.test.c index 2891f16..a75abc5 100644 --- a/source/tests/string_ref.test.c +++ b/source/tests/string_ref.test.c @@ -1,7 +1,7 @@ #include "../kit/string_ref.h" #define KIT_TEST_FILE string_ref -#include "../kit_test/test.h" +#include "../kit/kit_test.h" TEST("static string wrap") { str_t ref = SZ("foo bar"); -- cgit v1.2.3