24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-16-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-16-0 http://www.eiffel.com/developers/xml/configuration-1-16-0.xsd" name="gcse_tests" uuid="8E9CF931-93CE-4C5A-BF1A-6FD7D850C5FB">
|
|
<target name="gcse_tests">
|
|
<root class="APPLICATION" feature="make"/>
|
|
<option warning="true">
|
|
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
|
|
</option>
|
|
<setting name="console_application" value="true"/>
|
|
<capability>
|
|
<concurrency use="none"/>
|
|
</capability>
|
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
|
<library name="gcse" location="..\gcse.ecf" readonly="false"/>
|
|
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
|
|
<cluster name="test" location=".\" recursive="true">
|
|
<file_rule>
|
|
<exclude>/\.svn$</exclude>
|
|
<exclude>/CVS$</exclude>
|
|
<exclude>/EIFGENs$</exclude>
|
|
</file_rule>
|
|
</cluster>
|
|
</target>
|
|
</system>
|