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_cpp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/tests/test_cpp.cpp') diff --git a/source/tests/test_cpp.cpp b/source/tests/test_cpp.cpp index 8b762e4..919ebb9 100644 --- a/source/tests/test_cpp.cpp +++ b/source/tests/test_cpp.cpp @@ -1,4 +1,5 @@ -#include "../kit_test/test.h" +#define KIT_TEST_IMPLEMENTATION +#include "../kit/kit_test.h" TEST("foo") { REQUIRE(20 + 22 == 42); -- cgit v1.2.3