fix "make test"

This commit is contained in:
Simon Michael 2009-02-27 03:09:01 +00:00
parent 26594287cc
commit a918e343e7

View File

@ -42,7 +42,7 @@ haddocktest:
# run unit tests, without waiting for compilation
unittest:
./hledger.hs test
runghc hledger.hs test
# run doc tests
doctest: tools/doctest