Added getest based test program
This commit is contained in:
24
test/getest/ejson_test.ecf
Normal file
24
test/getest/ejson_test.ecf
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-5-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-5-0 http://www.eiffel.com/developers/xml/configuration-1-5-0.xsd" name="ejson_test" uuid="9D4BC920-448B-4F84-9F95-5D47686EBC5E">
|
||||
<target name="ejson_test">
|
||||
<root class="EJSON_TEST" feature="make"/>
|
||||
<option warning="true" void_safety="none" syntax="obsolete">
|
||||
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
|
||||
</option>
|
||||
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
||||
<cluster name="elibs" location="$ELIBS\">
|
||||
<cluster name="ejson" location="$|ejson\ejson-dev\trunk\library" recursive="true"/>
|
||||
<cluster name="ejson_test" location="$|ejson\ejson-dev\trunk\test\getest" recursive="true"/>
|
||||
<cluster name="gobo" location="$|gobo\gobo-dev\library\" recursive="true">
|
||||
<file_rule>
|
||||
<exclude>/ve$</exclude>
|
||||
<exclude>/se$</exclude>
|
||||
<exclude>/ge$</exclude>
|
||||
<exclude>/free_elks$</exclude>
|
||||
<exclude>/EiffelBase$</exclude>
|
||||
<exclude>/no_expat$</exclude>
|
||||
</file_rule>
|
||||
</cluster>
|
||||
</cluster>
|
||||
</target>
|
||||
</system>
|
||||
Reference in New Issue
Block a user