regression: move theory_imports after CSpec

While CKernel already builds structures_proofs.thy, CSpec's build system
unconditionally builds it again, so this patch removes a race condition
between theory_imports and CSpec.
This commit is contained in:
Japheth Lim 2016-06-03 13:10:55 +10:00
parent 21a420dfad
commit d8c4ba1dec
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
-->
<testsuite cpu-timeout="60">
<!-- Check theory import paths. Depends on kernel theories to be generated. -->
<test name="theory_imports" depends="CKernel">bash check_theory_imports</test>
<test name="theory_imports" depends="CSpec">bash check_theory_imports</test>
</testsuite>