diff --git a/Makefile b/Makefile index 007bbde8e..32e5f649a 100644 --- a/Makefile +++ b/Makefile @@ -568,6 +568,12 @@ $(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