diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-28 17:33:23 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-28 17:33:23 +0000 |
commit | 5e6d6f0a8b7944b2e3ab0340ee690c5a1ae998ed (patch) | |
tree | 409919fa1bfd423d5d9eb949d930dda28a0aa0a1 /validate | |
parent | 40954fdc884baddffcb88d2b69ced83e7ef305ee (diff) | |
download | haskell-5e6d6f0a8b7944b2e3ab0340ee690c5a1ae998ed.tar.gz |
Run bindisttest when validating
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ then rm -f $HPCTIXFILE fi +make binary-dist-prep +make -C bindisttest TEST_PREP=YES + make -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 THREADS=$threads 2>&1 | tee testlog if [ "$hpc" = YES ] |