summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-11-02 14:35:01 -0400
committerBen Gamari <ben@smart-cactus.org>2017-11-02 17:03:54 -0400
commitd9b6015d1942aa176e85bb71f34200bab54e1c9c (patch)
tree416d1dca0af01e30570b8aa6ce662e12579c8b59 /Makefile
parentbd765f4b1332b3d2a7908de3f9ff1d50da0e0b1d (diff)
downloadhaskell-d9b6015d1942aa176e85bb71f34200bab54e1c9c.tar.gz
Revert "Move check-ppr and check-api-annotations to testsuite/utils"
Unfortunately this (ironically) ended up breaking bindist testing since we didn't have a package-data.mk. Unfortunately there is no easy way to fix this. This reverts commit 1e9f90af7311c33de0f7f5b7dba594725596d675.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index cffd4ec914..8046e36e14 100644
--- a/Makefile
+++ b/Makefile
@@ -215,17 +215,13 @@ endif
# out-of-date, it is useful if Phabricator, via a normal `./validate` and `make
# test`, runs each test at least once.
.PHONY: fasttest
-fasttest: testsuite_utils
+fasttest:
$(MAKE) -C testsuite/tests CLEANUP=1 SUMMARY_FILE=../../testsuite_summary.txt fast
.PHONY: test
-test: testsuite_utils
+test:
$(MAKE) -C testsuite/tests CLEANUP=1 SUMMARY_FILE=../../testsuite_summary.txt
.PHONY: slowtest fulltest
-slowtest fulltest: testsuite_utils
+slowtest fulltest:
$(MAKE) -C testsuite/tests CLEANUP=1 SUMMARY_FILE=../../testsuite_summary.txt slow
-
-.PHONY: testsuite_utils
-testsuite_utils:
- $(MAKE) -f ghc.mk testsuite_utils