regression: add Word to "isabelle" test so other tests don't try to build it in parallel.

This commit is contained in:
Japheth Lim 2016-04-14 21:09:13 +10:00
parent 874e1998e5
commit 10d3a0d6fb
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@
--> -->
<testsuite> <testsuite>
<!-- Build Isabelle. --> <!-- Build Isabelle and common theories (Pure, HOL, HOL-Word, Word). -->
<test name="isabelle" cwd="../../" cpu-timeout="3600">isabelle/bin/isabelle build -b -v HOL-Word</test> <test name="isabelle" cwd="../.." cpu-timeout="3600">isabelle/bin/isabelle build -d . -vb Word</test>
<!-- Ensure that all of our XML files are strictly correct. --> <!-- Ensure that all of our XML files are strictly correct. -->
<test name="tests-xml-correct" cwd="../../" cpu-timeout="60"> <test name="tests-xml-correct" cwd="../../" cpu-timeout="60">