Run bindisttest when validating
authorIan Lynagh <igloo@earth.li>
Mon, 28 Sep 2009 17:33:23 +0000 (17:33 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 28 Sep 2009 17:33:23 +0000 (17:33 +0000)
validate

index 91b7f33..a0b9e16 100644 (file)
--- 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 ]