22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-8-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-8-0 http://www.eiffel.com/developers/xml/configuration-1-8-0.xsd" name="tests" uuid="4C432110-F2DA-4D69-B80B-268CC1253B78">
|
|
<target name="tests">
|
|
<root class="ANY" feature="default_create"/>
|
|
<file_rule>
|
|
<exclude>/.git$</exclude>
|
|
<exclude>/EIFGENs$</exclude>
|
|
<exclude>/.svn$</exclude>
|
|
</file_rule>
|
|
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="provisional">
|
|
</option>
|
|
<setting name="concurrency" value="thread"/>
|
|
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
|
<library name="ewsgi_nino" location="..\default\ewsgi_nino-safe.ecf" readonly="false"/>
|
|
<library name="ewsgi" location="..\ewsgi-safe.ecf" readonly="false"/>
|
|
<library name="http_client" location="..\..\..\client\http_client\http_client-safe.ecf"/>
|
|
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
|
|
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
|
|
<tests name="src" location=".\" recursive="true"/>
|
|
</target>
|
|
</system>
|