summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-28 17:33:23 +0000
committerIan Lynagh <igloo@earth.li>2009-09-28 17:33:23 +0000
commit5e6d6f0a8b7944b2e3ab0340ee690c5a1ae998ed (patch)
tree409919fa1bfd423d5d9eb949d930dda28a0aa0a1 /validate
parent40954fdc884baddffcb88d2b69ced83e7ef305ee (diff)
downloadhaskell-5e6d6f0a8b7944b2e3ab0340ee690c5a1ae998ed.tar.gz
Run bindisttest when validating
Diffstat (limited to 'validate')
-rw-r--r--validate3
1 files changed, 3 insertions, 0 deletions
diff --git a/validate b/validate
index 91b7f33822..a0b9e16a39 100644
--- a/validate
+++ b/validate
@@ -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 ]