tools: fix autotest rule

This commit is contained in:
Simon Michael 2011-08-09 01:54:47 +00:00
parent ec7e1f7c49
commit 46d53f4fcd

View File

@ -127,7 +127,7 @@ all%:
# auto-recompile and run (something, eg unit tests) whenever a module changes.
autotest: sp
rm -f bin/hledger
$(AUTOBUILD) $(MAIN) -o bin/hledger -ihledger $(BUILDFLAGS) --run --help
$(AUTOBUILD) $(MAIN) -o bin/hledger -ihledger $(BUILDFLAGS) --run test
# as above for add-on programs
autoweb: sp linkhledgerwebdir