17 lines
974 B
XML
17 lines
974 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-20-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-20-0 http://www.eiffel.com/developers/xml/configuration-1-20-0.xsd" name="testing" uuid="DB49E98A-0048-414A-A469-EE9B5B903BF3">
|
|
<target name="testing">
|
|
<root class="ANY" feature="default_create"/>
|
|
<setting name="console_application" value="true"/>
|
|
<capability>
|
|
<concurrency support="none" use="none"/>
|
|
<void_safety support="all" use="all"/>
|
|
</capability>
|
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
|
<library name="jwt" location="..\jwt.ecf" readonly="false"/>
|
|
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
|
|
<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
|
|
<tests name="src" location=".\" recursive="true"/>
|
|
</target>
|
|
</system>
|