diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2020-09-09 18:22:26 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2020-09-09 18:26:32 +0100 |
commit | 8e8c97c80acfe52838f208e5441f3013db0f76fb (patch) | |
tree | 30f4c1aaf3c19a07d8ddf0e6d65fd6d6fce5e4ed /Makefile | |
parent | bfc2b8d8396a08b7fbd1615ddabe721102323b76 (diff) | |
download | pack-8e8c97c80acfe52838f208e5441f3013db0f76fb.tar.gz pack-8e8c97c80acfe52838f208e5441f3013db0f76fb.tar.xz pack-8e8c97c80acfe52838f208e5441f3013db0f76fb.zip |
Improved testing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |