diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-30 22:47:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-30 22:47:41 +0000 |
commit | adf986b4bd4a3b838b0a8809a7b28d7785dfda2f (patch) | |
tree | 62efc58fcfc89d8d1065cfaecd14454af2604d4e /validate | |
parent | cfb69428a10e245bc5b64417803b637693977b24 (diff) | |
download | haskell-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-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |