view bccdc_macros.xml @ 1:5c5027485f7d draft

Uploaded correct file
author damion
date Sun, 09 Aug 2015 16:07:50 -0400
parents
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>