mirror of
https://github.com/VARCem/ihex.git
synced 2026-09-24 07:54:27 +00:00
Make test depend on testfile
This commit is contained in:
2
Makefile
2
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)' -
|
||||
|
||||
Reference in New Issue
Block a user