aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-07-14 17:11:29 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-07-14 17:16:24 +0100
commitc502072cd7ee1691b8cd426c8b23a091613378b3 (patch)
treee002b02c3c173873df19e2c5669647b0d08e19ca /test.c
parent5107f97c50b1ea37df341fd9b06f61694ebb9b3f (diff)
downloadpack-c502072cd7ee1691b8cd426c8b23a091613378b3.tar.gz
pack-c502072cd7ee1691b8cd426c8b23a091613378b3.tar.xz
pack-c502072cd7ee1691b8cd426c8b23a091613378b3.zip
Remove need for test.o.do by adding @BUILD_DEP directive
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 5e68887..5d4eb7e 100644
--- a/test.c
+++ b/test.c
@@ -74,6 +74,7 @@ static bool do_check_bufequal(const char *file, int line, void *a_, void *b_, si
return false;
}
+// @BUILD_DEP test.inc
#include "test.inc"
TEST(unpack_simple0_float, "unpack simple float")