Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/c52641601f13cbdf35607d6d9f7d2b8abe61093c >--------------------------------------------------------------- commit c52641601f13cbdf35607d6d9f7d2b8abe61093c Author: David Terei <[email protected]> Date: Wed Jul 20 14:53:40 2011 -0700 Fix 'make test' command for new testsuite location >--------------------------------------------------------------- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 896566a..3325e88 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
