Removed tests target from encoder(-safe).ecf
(now there is a tests-safe.ecf in folder tests)
This commit is contained in:
@@ -29,17 +29,4 @@
|
||||
</cluster>
|
||||
</cluster>
|
||||
</target>
|
||||
<target name="tests" extends="encoder">
|
||||
<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">
|
||||
<assertions precondition="true"/>
|
||||
</option>
|
||||
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
|
||||
<tests name="tests" location=".\tests\"/>
|
||||
</target>
|
||||
</system>
|
||||
|
||||
@@ -29,19 +29,4 @@
|
||||
</cluster>
|
||||
</cluster>
|
||||
</target>
|
||||
|
||||
<target name="tests" extends="encoder" >
|
||||
<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">
|
||||
<assertions precondition="true"/>
|
||||
</option>
|
||||
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
|
||||
<tests name="tests" location="./tests"/>
|
||||
</target>
|
||||
|
||||
</system>
|
||||
|
||||
Reference in New Issue
Block a user