comparison bccdc_macros.xml @ 1:5c5027485f7d draft

Uploaded correct file
author damion
date Sun, 09 Aug 2015 16:07:50 -0400
parents
children
comparison
equal deleted inserted replaced
0:d31a1bd74e63 1:5c5027485f7d
1 <macros>
2
3 <xml name="stdio">
4 <stdio>
5 <!-- Anything other than zero is an error -->
6 <exit_code range="1:" />
7 <exit_code range=":-1" />
8 <!-- In case the return code has not been set propery check stderr too -->
9 <regex match="Error:" />
10 <regex match="Exception:" />
11 </stdio>
12 </xml>
13
14 <xml name="requirements">
15 <requirements>
16 <requirement type="binary">@BINARY@</requirement>
17 </requirements>
18 <!-- <version_command>@BINARY@ -version</version_command> -->
19 </xml>
20
21 <token name="@REFERENCES@">
22 </token>
23 <token name="@REFERENCES_2@">
24 REFERENCES.
25 </token>
26
27 </macros>