-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathtests.xml
43 lines (33 loc) · 1.14 KB
/
tests.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<!--
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
SPDX-License-Identifier: BSD-2-Clause
-->
<!--
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">make CParser</test>
<test name="CParserTest" cpu-timeout="7200">make cparser_test</test>
<test name="CParserTools">make 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>
<!-- AsmRefine -->
<set depends="CParser" cwd="asmrefine">
<test name="AsmRefine">make AsmRefineTest</test>
</set>
</testsuite>