Mercurial > repos > damion > versioned_data
view bccdc_macros.xml @ 2:269d246ce6d0 draft default tip
Uploaded
author | damion |
---|---|
date | Fri, 23 Oct 2015 17:53:29 -0400 |
parents | 5c5027485f7d |
children |
line wrap: on
line source
<macros> <xml name="stdio"> <stdio> <!-- Anything other than zero is an error --> <exit_code range="1:" /> <exit_code range=":-1" /> <!-- In case the return code has not been set propery check stderr too --> <regex match="Error:" /> <regex match="Exception:" /> </stdio> </xml> <xml name="requirements"> <requirements> <requirement type="binary">@BINARY@</requirement> </requirements> <!-- <version_command>@BINARY@ -version</version_command> --> </xml> <token name="@REFERENCES@"> </token> <token name="@REFERENCES_2@"> REFERENCES. </token> </macros>