Removed tests target from encoder(-safe).ecf

(now there is a tests-safe.ecf in folder tests)
This commit is contained in:
Jocelyn Fiat
2012-02-15 11:04:42 +01:00
parent 145b129b28
commit 72cc05532c
2 changed files with 0 additions and 28 deletions

View File

@@ -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>

View File

@@ -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>