From 9c238237597de90c73cc65c3fccf2f49bfaa46b4 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 21 Oct 2021 21:33:06 -0500 Subject: move test files to the same directories as the files they test --- src/test/minunit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/minunit.h') diff --git a/src/test/minunit.h b/src/test/minunit.h index ed5e57d..1a418c0 100644 --- a/src/test/minunit.h +++ b/src/test/minunit.h @@ -4,6 +4,8 @@ #include #include +#define UNIT_TEST + #define STR_IMPL(x) #x #define STR(x) STR_IMPL(x) -- cgit v1.2.1