summaryrefslogtreecommitdiff
path: root/src/test/minunit.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2021-10-21 21:33:06 -0500
committersanine <sanine.not@pm.me>2021-10-21 21:33:06 -0500
commit9c238237597de90c73cc65c3fccf2f49bfaa46b4 (patch)
treebd7bb7846568e64104c63eba57a0adae1300d3ef /src/test/minunit.h
parentd356c9bb873092e9d8ed53ee5f15a560accbf5bb (diff)
move test files to the same directories as the files they test
Diffstat (limited to 'src/test/minunit.h')
-rw-r--r--src/test/minunit.h2
1 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
+#define UNIT_TEST
+
#define STR_IMPL(x) #x
#define STR(x) STR_IMPL(x)