make: drop obsolete easytest rules

[ci skip]
This commit is contained in:
Simon Michael 2018-04-12 11:03:01 -07:00
parent 554edb165f
commit ce3a1b64d0

View File

@ -575,12 +575,6 @@ $(call def-help-subheading,TESTING:)
test: pkgtest functest \
$(call def-help,test, run default tests )
easytest: $(call def-help,easytest, run unit tests defined with easytest)
stack runghc tools/easytest.hs
easytest-watch: $(call def-help,easytest-watch, repeatedly run unit tests defined with easytest)
tools/easytest.hs
travistest: $(call def-help,travistest, run tests similar to the most thorough travis tests)
stack clean
stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-lib