aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-09-09 18:22:26 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-09-09 18:26:32 +0100
commit8e8c97c80acfe52838f208e5441f3013db0f76fb (patch)
tree30f4c1aaf3c19a07d8ddf0e6d65fd6d6fce5e4ed /Makefile
parentbfc2b8d8396a08b7fbd1615ddabe721102323b76 (diff)
downloadpack-8e8c97c80acfe52838f208e5441f3013db0f76fb.tar.gz
pack-8e8c97c80acfe52838f208e5441f3013db0f76fb.tar.xz
pack-8e8c97c80acfe52838f208e5441f3013db0f76fb.zip
Improved testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40e1cff..d8037f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
# Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
# SPDX-License-Identifier: MIT
unpack_test: unpack_test.o unpack.o common.o trace.o
+unpack_test.o: unpack_test.c pack.h trace.h common.h unpack_test.inc
+trace.o: trace.c trace.h
+common.o: common.c common.h
+unpack_test.inc: test_gen
+ ./$< >$@
+test_gen: test_gen.o