diff --git a/Makefile b/Makefile index 30559e7f6..0ac7ca04c 100644 --- a/Makefile +++ b/Makefile @@ -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