lh-l4v/proof/tests.xml

53 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!--
Copyright 2014, General Dynamics C4 Systems
This software may be distributed and modified according to the terms of
the GNU General Public License version 2. Note that NO WARRANTY is provided.
See "LICENSE_GPLv2.txt" for details.
@TAG(GD_GPL)
-->
<!--
Regression Specification File
See "misc/regression/tests.xml" for a description of the file
format.
-->
<testsuite timeout="3600" depends="isabelle">
<!-- Refine -->
<sequence depends="ASpec ExecSpec" timeout="14400">
<test name="AInvs">make AInvs</test>
<test name="BaseRefine">make BaseRefine</test>
<test name="Refine">make Refine</test>
</sequence>
<!-- CRefine -->
<sequence timeout="14400">
<test name="CBaseRefine">make CBaseRefine</test>
<test name="CRefine">make CRefine</test>
</sequence>
<!-- DSpec / DRefine -->
<sequence depends="DSpec">
<test name="DRefine">make DRefine</test>
<test name="DBaseRefine">make DBaseRefine</test>
</sequence>
<!-- Access Control -->
<sequence depends="AInvs">
<test name="Access">make Access</test>
<test name="InfoFlow">make InfoFlow</test>
<test name="InfoFlowC" depends="CBaseRefine">make InfoFlowC</test>
</sequence>
<!-- Separation Logic. -->
<sequence>
<test name="SepTactics">make SepTactics</test>
<test name="SepTacticsExamples">make SepTacticsExamples</test>
</sequence>
</testsuite>