source: tmcsimulator/branches/FEPSimulator/nbproject/configurations.xml @ 209

Revision 209, 8.7 KB checked in by jtorres, 9 years ago (diff)

branches/FEPSimulator/tests: added unit test HighwaysParserTest?.cpp, which yielded a bug in HighwayParser?.cpp (not returning correct loop_loc... garbage data...), this likely explains why not all green dots were showing

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<configurationDescriptor version="95">
3  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
4    <logicalFolder name="HeaderFiles"
5                   displayName="Header Files"
6                   projectFiles="true">
7      <itemPath>DataPacker.h</itemPath>
8      <itemPath>FEPSim.h</itemPath>
9      <itemPath>HighwaysParser.h</itemPath>
10      <itemPath>fep.h</itemPath>
11      <itemPath>network.h</itemPath>
12    </logicalFolder>
13    <logicalFolder name="ResourceFiles"
14                   displayName="Resource Files"
15                   projectFiles="true">
16    </logicalFolder>
17    <logicalFolder name="SourceFiles"
18                   displayName="Source Files"
19                   projectFiles="true">
20      <itemPath>DataPacker.cpp</itemPath>
21      <itemPath>FEPSim.cpp</itemPath>
22      <itemPath>HighwaysParser.cpp</itemPath>
23      <itemPath>Main.cpp</itemPath>
24      <itemPath>fep_clnt.c</itemPath>
25      <itemPath>fep_xdr.c</itemPath>
26    </logicalFolder>
27    <logicalFolder name="TestFiles"
28                   displayName="Test Files"
29                   projectFiles="false"
30                   kind="TEST_LOGICAL_FOLDER">
31      <logicalFolder name="f1"
32                     displayName="HighwaysParserTest"
33                     projectFiles="true"
34                     kind="TEST">
35        <itemPath>tests/HighwaysParserTest.cpp</itemPath>
36      </logicalFolder>
37    </logicalFolder>
38    <logicalFolder name="ExternalFiles"
39                   displayName="Important Files"
40                   projectFiles="false"
41                   kind="IMPORTANT_FILES_FOLDER">
42      <itemPath>Makefile</itemPath>
43    </logicalFolder>
44  </logicalFolder>
45  <projectmakefile>Makefile</projectmakefile>
46  <confs>
47    <conf name="Debug" type="1">
48      <toolsSet>
49        <compilerSet>default</compilerSet>
50        <dependencyChecking>true</dependencyChecking>
51        <rebuildPropChanged>false</rebuildPropChanged>
52      </toolsSet>
53      <compileType>
54        <cTool>
55          <incDir>
56            <pElem>.</pElem>
57          </incDir>
58          <commandLine>`cppunit-config --cflags`</commandLine>
59        </cTool>
60        <ccTool>
61          <incDir>
62            <pElem>.</pElem>
63          </incDir>
64          <commandLine>`cppunit-config --cflags`</commandLine>
65        </ccTool>
66        <linkerTool>
67          <output>${TESTDIR}/TestFiles/f2</output>
68        </linkerTool>
69      </compileType>
70      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
71      </item>
72      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
73      </item>
74      <item path="FEPSim.cpp" ex="false" tool="1" flavor2="0">
75      </item>
76      <item path="FEPSim.h" ex="false" tool="3" flavor2="0">
77      </item>
78      <item path="HighwaysParser.cpp" ex="false" tool="1" flavor2="0">
79      </item>
80      <item path="HighwaysParser.h" ex="false" tool="3" flavor2="0">
81      </item>
82      <item path="Main.cpp" ex="false" tool="1" flavor2="0">
83      </item>
84      <folder path="TestFiles/f1">
85        <cTool>
86          <incDir>
87            <pElem>.</pElem>
88          </incDir>
89        </cTool>
90        <ccTool>
91          <incDir>
92            <pElem>.</pElem>
93          </incDir>
94        </ccTool>
95        <linkerTool>
96          <output>${TESTDIR}/TestFiles/f1</output>
97        </linkerTool>
98      </folder>
99      <item path="fep.h" ex="false" tool="3" flavor2="0">
100      </item>
101      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
102      </item>
103      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
104      </item>
105      <item path="network.h" ex="false" tool="3" flavor2="0">
106      </item>
107      <item path="tests/HighwaysParserTest.cpp" ex="false" tool="1" flavor2="0">
108      </item>
109    </conf>
110    <conf name="Release" type="1">
111      <toolsSet>
112        <compilerSet>default</compilerSet>
113        <dependencyChecking>true</dependencyChecking>
114        <rebuildPropChanged>false</rebuildPropChanged>
115      </toolsSet>
116      <compileType>
117        <cTool>
118          <developmentMode>5</developmentMode>
119          <incDir>
120            <pElem>.</pElem>
121          </incDir>
122          <commandLine>`cppunit-config --cflags`</commandLine>
123        </cTool>
124        <ccTool>
125          <developmentMode>5</developmentMode>
126          <incDir>
127            <pElem>.</pElem>
128          </incDir>
129          <commandLine>`cppunit-config --cflags`</commandLine>
130        </ccTool>
131        <fortranCompilerTool>
132          <developmentMode>5</developmentMode>
133        </fortranCompilerTool>
134        <asmTool>
135          <developmentMode>5</developmentMode>
136        </asmTool>
137        <linkerTool>
138          <output>${TESTDIR}/TestFiles/f2</output>
139          <linkerLibItems>
140            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
141            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
142            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
143            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
144          </linkerLibItems>
145        </linkerTool>
146      </compileType>
147      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
148      </item>
149      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
150      </item>
151      <item path="FEPSim.cpp" ex="false" tool="1" flavor2="0">
152      </item>
153      <item path="FEPSim.h" ex="false" tool="3" flavor2="0">
154      </item>
155      <item path="HighwaysParser.cpp" ex="false" tool="1" flavor2="0">
156      </item>
157      <item path="HighwaysParser.h" ex="false" tool="3" flavor2="0">
158      </item>
159      <item path="Main.cpp" ex="false" tool="1" flavor2="0">
160      </item>
161      <folder path="TestFiles/f1">
162        <cTool>
163          <incDir>
164            <pElem>.</pElem>
165          </incDir>
166        </cTool>
167        <ccTool>
168          <incDir>
169            <pElem>.</pElem>
170          </incDir>
171        </ccTool>
172        <linkerTool>
173          <output>${TESTDIR}/TestFiles/f1</output>
174        </linkerTool>
175      </folder>
176      <item path="fep.h" ex="false" tool="3" flavor2="0">
177      </item>
178      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
179      </item>
180      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
181      </item>
182      <item path="network.h" ex="false" tool="3" flavor2="0">
183      </item>
184      <item path="tests/HighwaysParserTest.cpp" ex="false" tool="1" flavor2="0">
185      </item>
186    </conf>
187    <conf name="testHighwaysParser" type="1">
188      <toolsSet>
189        <compilerSet>default</compilerSet>
190        <dependencyChecking>true</dependencyChecking>
191        <rebuildPropChanged>false</rebuildPropChanged>
192      </toolsSet>
193      <compileType>
194        <cTool>
195          <incDir>
196            <pElem>.</pElem>
197          </incDir>
198          <commandLine>`cppunit-config --cflags`</commandLine>
199        </cTool>
200        <ccTool>
201          <incDir>
202            <pElem>.</pElem>
203          </incDir>
204          <commandLine>`cppunit-config --cflags`</commandLine>
205        </ccTool>
206        <linkerTool>
207          <output>${TESTDIR}/TestFiles/f2</output>
208          <linkerLibItems>
209            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
210            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
211            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
212            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
213            <linkerOptionItem>`cppunit-config --libs`</linkerOptionItem>
214          </linkerLibItems>
215        </linkerTool>
216      </compileType>
217      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
218      </item>
219      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
220      </item>
221      <item path="FEPSim.cpp" ex="false" tool="1" flavor2="0">
222      </item>
223      <item path="FEPSim.h" ex="false" tool="3" flavor2="0">
224      </item>
225      <item path="HighwaysParser.cpp" ex="false" tool="1" flavor2="0">
226      </item>
227      <item path="HighwaysParser.h" ex="false" tool="3" flavor2="0">
228      </item>
229      <item path="Main.cpp" ex="false" tool="1" flavor2="0">
230      </item>
231      <folder path="TestFiles/f1">
232        <cTool>
233          <incDir>
234            <pElem>.</pElem>
235          </incDir>
236        </cTool>
237        <ccTool>
238          <incDir>
239            <pElem>.</pElem>
240          </incDir>
241        </ccTool>
242        <linkerTool>
243          <output>${TESTDIR}/TestFiles/f1</output>
244        </linkerTool>
245      </folder>
246      <item path="fep.h" ex="false" tool="3" flavor2="0">
247      </item>
248      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
249      </item>
250      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
251      </item>
252      <item path="network.h" ex="false" tool="3" flavor2="0">
253      </item>
254      <item path="tests/HighwaysParserTest.cpp" ex="false" tool="1" flavor2="0">
255      </item>
256    </conf>
257  </confs>
258</configurationDescriptor>
Note: See TracBrowser for help on using the repository browser.