summaryrefslogtreecommitdiff
path: root/source/tests/test_cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/test_cpp.cpp')
-rw-r--r--source/tests/test_cpp.cpp3
1 files changed, 2 insertions, 1 deletions
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);