summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-07-20 14:53:40 -0700
committerDavid Terei <davidterei@gmail.com>2011-07-20 14:53:40 -0700
commit908138c90f7045d9ec8c44c673365daedcd417aa (patch)
tree6e8f89722e465c81d2104dca4793e17918f46b6a /Makefile
parent5266e966211a0073554c110624a7e4d0bacea7f2 (diff)
downloadhaskell-908138c90f7045d9ec8c44c673365daedcd417aa.tar.gz
Fix 'make test' command for new testsuite location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 896566af6b..3325e88e40 100644
--- a/Makefile
+++ b/Makefile
@@ -110,9 +110,9 @@ endif
.PHONY: test
test:
- $(MAKE) -C testsuite/tests 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 CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt
+ $(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../testsuite_summary.txt