From 8e8c97c80acfe52838f208e5441f3013db0f76fb Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 9 Sep 2020 18:22:26 +0100 Subject: Improved testing --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40e1cff..d8037f6 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ # Copyright (C) 2020 Tomasz Kramkowski # 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 -- cgit v1.2.3-54-g00ecf