summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-07-20 14:46:54 -0700
committerDavid Terei <davidterei@gmail.com>2011-07-20 14:46:54 -0700
commit5266e966211a0073554c110624a7e4d0bacea7f2 (patch)
treea59fccc32dddf47128cc731b2856f3a00fb582b9 /Makefile
parent8257f276c08d8d7a75e82f3fd6205ee8a0757bba (diff)
downloadhaskell-5266e966211a0073554c110624a7e4d0bacea7f2.tar.gz
Update some files for new testsuite tests location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0929f284ca..896566af6b 100644
--- a/Makefile
+++ b/Makefile
@@ -110,9 +110,9 @@ endif
.PHONY: test
test:
- $(MAKE) -C testsuite/tests/ghc-regress CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt fast
+ $(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt fast
.PHONY: fulltest
fulltest:
- $(MAKE) -C testsuite/tests/ghc-regress CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt
+ $(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt