ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/testsuite.lpi
Revision: 315
Committed: Thu Feb 25 11:56:36 2021 UTC (3 years, 1 month ago) by tony
Original Path: ibx/trunk/fbintf/testsuite/testsuite.lpi
File size: 5224 byte(s)
Log Message:
Updated for IBX 4 release

File Contents

# User Rev Content
1 tony 45 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 263 <Version Value="11"/>
5 tony 45 <General>
6     <Flags>
7     <MainUnitHasCreateFormStatements Value="False"/>
8     </Flags>
9     <SessionStorage Value="InProjectDir"/>
10     <MainUnit Value="0"/>
11     <Title Value="Firebird API Test Suite"/>
12     <UseAppBundle Value="False"/>
13     <ResourceType Value="res"/>
14     </General>
15     <i18n>
16     <EnableI18N LFM="False"/>
17     </i18n>
18     <BuildModes Count="1">
19     <Item1 Name="Default" Default="True"/>
20     </BuildModes>
21     <PublishOptions>
22     <Version Value="2"/>
23     </PublishOptions>
24     <RunParams>
25     <local>
26 tony 315 <CommandLineParams Value="-t 18"/>
27 tony 45 </local>
28 tony 308 <environment>
29 tony 315 <UserOverrides Count="3">
30     <Variable0 Name="PROMPT_AT_END" Value="YES"/>
31     <Variable1 Name="FIREBIRD" Value="/opt/firebird4rc1"/>
32     <Variable2 Name="LD_LIBRARY_PATH" Value="/opt/firebird4rc1/lib"/>
33 tony 308 </UserOverrides>
34     </environment>
35 tony 263 <FormatVersion Value="2"/>
36     <Modes Count="1">
37     <Mode0 Name="default">
38     <local>
39 tony 315 <CommandLineParams Value="-t 18"/>
40 tony 263 </local>
41 tony 308 <environment>
42 tony 315 <UserOverrides Count="3">
43     <Variable0 Name="PROMPT_AT_END" Value="YES"/>
44     <Variable1 Name="FIREBIRD" Value="/opt/firebird4rc1"/>
45     <Variable2 Name="LD_LIBRARY_PATH" Value="/opt/firebird4rc1/lib"/>
46 tony 308 </UserOverrides>
47     </environment>
48 tony 263 </Mode0>
49     </Modes>
50 tony 45 </RunParams>
51 tony 315 <RequiredPackages Count="1">
52 tony 45 <Item1>
53 tony 315 <PackageName Value="fbintf"/>
54 tony 45 </Item1>
55     </RequiredPackages>
56 tony 315 <Units Count="22">
57 tony 45 <Unit0>
58     <Filename Value="testsuite.lpr"/>
59     <IsPartOfProject Value="True"/>
60     </Unit0>
61     <Unit1>
62 tony 315 <Filename Value="Test1.pas"/>
63 tony 45 <IsPartOfProject Value="True"/>
64     </Unit1>
65     <Unit2>
66 tony 315 <Filename Value="Test3.pas"/>
67 tony 45 <IsPartOfProject Value="True"/>
68     </Unit2>
69     <Unit3>
70 tony 315 <Filename Value="Test4.pas"/>
71 tony 45 <IsPartOfProject Value="True"/>
72     </Unit3>
73     <Unit4>
74 tony 315 <Filename Value="Test5.pas"/>
75 tony 45 <IsPartOfProject Value="True"/>
76     </Unit4>
77     <Unit5>
78 tony 315 <Filename Value="Test6.pas"/>
79 tony 45 <IsPartOfProject Value="True"/>
80     </Unit5>
81     <Unit6>
82 tony 315 <Filename Value="Test7.pas"/>
83 tony 45 <IsPartOfProject Value="True"/>
84     </Unit6>
85     <Unit7>
86 tony 315 <Filename Value="Test8.pas"/>
87 tony 45 <IsPartOfProject Value="True"/>
88     </Unit7>
89     <Unit8>
90 tony 315 <Filename Value="Test9.pas"/>
91 tony 45 <IsPartOfProject Value="True"/>
92     </Unit8>
93     <Unit9>
94 tony 315 <Filename Value="Test10.pas"/>
95 tony 45 <IsPartOfProject Value="True"/>
96     </Unit9>
97     <Unit10>
98 tony 315 <Filename Value="Test11.pas"/>
99 tony 45 <IsPartOfProject Value="True"/>
100     </Unit10>
101     <Unit11>
102 tony 315 <Filename Value="Test12.pas"/>
103 tony 45 <IsPartOfProject Value="True"/>
104     </Unit11>
105     <Unit12>
106 tony 315 <Filename Value="Test13.pas"/>
107 tony 45 <IsPartOfProject Value="True"/>
108     </Unit12>
109     <Unit13>
110 tony 315 <Filename Value="Test14.pas"/>
111 tony 45 <IsPartOfProject Value="True"/>
112     </Unit13>
113     <Unit14>
114 tony 315 <Filename Value="Test15.pas"/>
115 tony 45 <IsPartOfProject Value="True"/>
116     </Unit14>
117     <Unit15>
118 tony 315 <Filename Value="Test16.pas"/>
119 tony 45 <IsPartOfProject Value="True"/>
120     </Unit15>
121     <Unit16>
122 tony 315 <Filename Value="Makefile.fpc"/>
123 tony 45 <IsPartOfProject Value="True"/>
124     </Unit16>
125     <Unit17>
126 tony 315 <Filename Value="Test17.pas"/>
127 tony 45 <IsPartOfProject Value="True"/>
128     </Unit17>
129     <Unit18>
130 tony 315 <Filename Value="Test18.pas"/>
131 tony 45 <IsPartOfProject Value="True"/>
132     </Unit18>
133 tony 315 <Unit19>
134     <Filename Value="testApp/TestApplication.pas"/>
135     <IsPartOfProject Value="True"/>
136     </Unit19>
137     <Unit20>
138     <Filename Value="FBTestApp.pas"/>
139     <IsPartOfProject Value="True"/>
140     </Unit20>
141     <Unit21>
142     <Filename Value="Test2.pas"/>
143     <IsPartOfProject Value="True"/>
144     </Unit21>
145 tony 45 </Units>
146     </ProjectOptions>
147     <CompilerOptions>
148     <Version Value="11"/>
149     <Target>
150     <Filename Value="testsuite"/>
151     </Target>
152     <SearchPaths>
153     <IncludeFiles Value="$(ProjOutDir)"/>
154 tony 315 <OtherUnitFiles Value="testApp"/>
155 tony 45 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
156     </SearchPaths>
157     <CodeGeneration>
158     <Checks>
159     <RangeChecks Value="True"/>
160     </Checks>
161 tony 263 <Optimizations>
162     <OptimizationLevel Value="0"/>
163     </Optimizations>
164 tony 45 </CodeGeneration>
165     <Linking>
166     <Debugging>
167 tony 315 <DebugInfoType Value="dsDwarf2Set"/>
168 tony 45 <UseHeaptrc Value="True"/>
169     </Debugging>
170     </Linking>
171 tony 315 <Other>
172     <CustomOptions Value="-dINIDE"/>
173     <OtherDefines Count="1">
174     <Define0 Value="INIDE"/>
175     </OtherDefines>
176     </Other>
177 tony 45 </CompilerOptions>
178     <Debugging>
179     <Exceptions Count="3">
180     <Item1>
181     <Name Value="EAbort"/>
182     </Item1>
183     <Item2>
184     <Name Value="ECodetoolError"/>
185     </Item2>
186     <Item3>
187     <Name Value="EFOpenError"/>
188     </Item3>
189     </Exceptions>
190     </Debugging>
191     </CONFIG>