-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogress_bar.ecf
More file actions
42 lines (42 loc) · 2.32 KB
/
Copy pathprogress_bar.ecf
File metadata and controls
42 lines (42 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-23-0"
name="progress_bar"
uuid="94958139-6AF1-49DC-AD20-C7B151969356"
library_target="progress_bar">
<target name="progress_bar">
<root all_classes="true"/>
<option>
<assertions precondition="true" supplier_precondition="true"/>
</option>
<capability>
<void_safety support="all" use="all"/>
</capability>
<library name="gobo_free_elks" location="${GOBO}/library/free_elks/library_${GOBO_EIFFEL}.ecf">
<condition><custom name="GOBO_EIFFEL" value="ge"/></condition>
</library>
<library name="ise_base" location="$ISE_LIBRARY/library/base/base.ecf">
<condition><custom name="GOBO_EIFFEL" excluded_value="ge"/></condition>
</library>
<cluster name="bar" location="src/bar" recursive="false"/>
<cluster name="formatter" location="src/formatter" recursive="false"/>
<cluster name="internal" location="src/internal" recursive="false"/>
<cluster name="iteration" location="src/iteration" recursive="false"/>
<cluster name="progress" location="src/progress" recursive="false"/>
</target>
<target name="pb_tests" extends="progress_bar">
<root class="PB_TESTS" feature="make"/>
<option>
<assertions precondition="true" supplier_precondition="true" postcondition="true" invariant="true" check="true" loop="true"/>
</option>
<setting name="console_application" value="true"/>
<setting name="executable_name" value="pb_tests"/>
<library name="gobo_test" location="${GOBO}/library/test/library_skl.ecf" readonly="true"/>
<library name="gobo_regexp" location="${GOBO}/library/regexp/library.ecf" readonly="true"/>
<cluster name="bar_tests" location="tests/bar" recursive="false"/>
<cluster name="formatter_tests" location="tests/formatter" recursive="false"/>
<cluster name="internal_tests" location="tests/internal" recursive="false"/>
<cluster name="iteration_tests" location="tests/iteration" recursive="false"/>
<cluster name="progress_tests" location="tests/progress" recursive="false"/>
<cluster name="testgen" location="build/testgen" recursive="false"/>
</target>
</system>