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/test_too_many_tests.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/tests/test_too_many_tests.c') diff --git a/source/tests/test_too_many_tests.c b/source/tests/test_too_many_tests.c index d4842e4..9691e2c 100644 --- a/source/tests/test_too_many_tests.c +++ b/source/tests/test_too_many_tests.c @@ -1,4 +1,6 @@ -#include "../kit_test/test.h" +#define KIT_TEST_IMPLEMENTATION +#define KIT_TESTS_SIZE_LIMIT 40 +#include "../kit/kit_test.h" void bar(int index, kit_test_report_fn report) { } -- cgit v1.2.3