From a6dd49588b84a7c5d2ad5a76ebffd1dfc2dff8ce Mon Sep 17 00:00:00 2001 From: Kimmo Kulovesi Date: Mon, 10 Mar 2014 06:16:19 +0200 Subject: [PATCH] Make test depend on testfile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2be11bb..e55c669 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(BINPATH)ihex2bin: ihex2bin.o $(LIB) $(sort $(BINPATH) $(LIBPATH)): @mkdir -p $@ -test: bin2ihex ihex2bin +test: bin2ihex ihex2bin $(TESTFILE) @$(TESTER) $(BINPATH)bin2ihex -v -a 0x80 -i '$(TESTFILE)' | \ $(TESTER) $(BINPATH)ihex2bin -A -v | \ diff '$(TESTFILE)' -