summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-09-30 22:47:41 +0000
committerIan Lynagh <igloo@earth.li>2010-09-30 22:47:41 +0000
commitadf986b4bd4a3b838b0a8809a7b28d7785dfda2f (patch)
tree62efc58fcfc89d8d1065cfaecd14454af2604d4e /validate
parentcfb69428a10e245bc5b64417803b637693977b24 (diff)
downloadhaskell-adf986b4bd4a3b838b0a8809a7b28d7785dfda2f.tar.gz
make test and fulltest targets in the main Makefile; fixes #4297
You can now run "make test" in the root, and the fast testsuite will be run with cleaning enabled. It will also put the summary in testsuite_summary.txt.
Diffstat (limited to 'validate')
-rw-r--r--validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 5becd3fb0c..245d0bd4fc 100644
--- a/validate
+++ b/validate
@@ -98,7 +98,7 @@ then
rm -f $HPCTIXFILE
fi
-$make -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 BINDIST=YES THREADS=$threads 2>&1 | tee testlog
+$make test stage=2 BINDIST=YES THREADS=$threads 2>&1 | tee testlog
if [ "$hpc" = YES ]
then