Skip to content

Commit 8d389c1

Browse files
committed
Updated ecf targets
1 parent e937da7 commit 8d389c1

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

sheets/test/test.ecf

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@
77
<exclude>/\.git$</exclude>
88
<exclude>/\.svn$</exclude>
99
</file_rule>
10-
<option debug="true" warning="warning" manifest_array_type="mismatch_warning">
10+
<option warning="warning" manifest_array_type="mismatch_warning">
1111
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
1212
</option>
1313
<setting name="console_application" value="true"/>
14-
<setting name="total_order_on_reals" value="false"/>
15-
<setting name="dead_code_removal" value="feature"/>
1614
<capability>
17-
<catcall_detection support="none"/>
1815
<concurrency support="none"/>
1916
<void_safety support="all"/>
2017
</capability>
@@ -27,19 +24,17 @@
2724
</target>
2825
<target name="sheets_api" extends="tests">
2926
<root class="TEST_SHEETS_API" feature="make"/>
30-
<option debug="true">
31-
<debug name="test_create_sheet" enabled="true"/>
27+
<option warning="warning" manifest_array_type="mismatch_warning">
28+
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
3229
</option>
33-
<setting name="total_order_on_reals" value="true"/>
3430
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
3531
<cluster name="test" location=".\" recursive="true"/>
3632
</target>
3733
<target name="sheets_i" extends="tests">
3834
<root class="TEST_SHEETS_I" feature="make"/>
39-
<option debug="true">
40-
<debug name="test_create_sheet" enabled="true"/>
35+
<option warning="warning" manifest_array_type="mismatch_warning">
36+
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
4137
</option>
42-
<setting name="total_order_on_reals" value="true"/>
4338
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
4439
<cluster name="test" location=".\" recursive="true"/>
4540
</target>

0 commit comments

Comments
 (0)