26 lines
1.7 KiB
XML
26 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-9-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-9-0 http://www.eiffel.com/developers/xml/configuration-1-9-0.xsd" name="wsf_tests" uuid="C4FF9CDA-B4E4-4841-97E0-7F799B85B657">
|
|
<target name="tests">
|
|
<root class="ANY" feature="default_create"/>
|
|
<file_rule>
|
|
<exclude>/.git$</exclude>
|
|
<exclude>/EIFGENs$</exclude>
|
|
<exclude>/.svn$</exclude>
|
|
</file_rule>
|
|
<option debug="true" 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="connector_nino" location="..\..\ewsgi\connectors\nino\nino-safe.ecf" readonly="false"/>
|
|
<library name="connector_null" location="..\..\ewsgi\connectors\null\null-safe.ecf" readonly="false"/>
|
|
<library name="dft_nino" location="..\default\nino-safe.ecf"/>
|
|
<library name="ewsgi" location="..\..\ewsgi\ewsgi-safe.ecf" readonly="false"/>
|
|
<library name="http" location="../../../network/protocol/http/http-safe.ecf" readonly="false"/>
|
|
<library name="http_client" location="../../../network/http_client/http_client-safe.ecf" readonly="false"/>
|
|
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
|
|
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
|
|
<library name="wsf" location="..\wsf-safe.ecf" readonly="false"/>
|
|
<tests name="src" location=".\src\" recursive="true"/>
|
|
</target>
|
|
</system>
|