lh-l4v/tools/tests.xml

43 lines
1.3 KiB
XML

<?xml version="1.0"?>
<!--
Copyright 2014, NICTA
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
-->
<!--
Regression Specification File
See "misc/regression/tests.xml" for a description of the file
format.
-->
<testsuite cpu-timeout="3600" depends="isabelle">
<!-- C Parser -->
<sequence cwd="c-parser">
<test name="CParser">../../isabelle/bin/isabelle env make -f IsaMakefile CParser</test>
<test name="CParserTest" cpu-timeout="7200">../../isabelle/bin/isabelle env make -f IsaMakefile cparser_test</test>
<test name="CParserTools">../../isabelle/bin/isabelle env make -f IsaMakefile cparser_tools</test>
</sequence>
<!-- AutoCorres -->
<set depends="CParser" cwd="autocorres">
<test name="AutoCorres">make AutoCorres</test>
<set depends="AutoCorres">
<test name="AutoCorresDoc">make AutoCorresDoc</test>
<test name="AutoCorresTest">make AutoCorresTest</test>
<test name="AutoCorresSEL4" depends="CBaseRefine" cpu-timeout="21600">
make AutoCorresSEL4
</test>
</set>
</set>
</testsuite>