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/bigint.test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests/bigint.test.c') diff --git a/source/tests/bigint.test.c b/source/tests/bigint.test.c index c8ac44f..ad0d076 100644 --- a/source/tests/bigint.test.c +++ b/source/tests/bigint.test.c @@ -2,7 +2,7 @@ #include "../kit/bigint.h" #define KIT_TEST_FILE bigint -#include "../kit_test/test.h" +#include "../kit/kit_test.h" #if __STDC_VERSION__ >= 199901L static_assert(sizeof(bigint_t) == 256, "KIT_BIGINT_SIZE check"); -- cgit v1.2.3