From ce3a1b64d0cf3783aecb8016a17849b439bae1cb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 12 Apr 2018 11:03:01 -0700 Subject: [PATCH] make: drop obsolete easytest rules [ci skip] --- Makefile | 6 ------ 1 file changed, 6 deletions(-) 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