File: lazdebugtestbase.lpk

package info (click to toggle)
lazarus 2.2.6%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 219,980 kB
  • sloc: pascal: 1,944,919; xml: 357,634; makefile: 270,608; cpp: 57,115; sh: 3,249; java: 609; perl: 297; sql: 222; ansic: 137
file content (109 lines) | stat: -rw-r--r-- 3,229 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <Package Version="5">
    <PathDelim Value="\"/>
    <Name Value="LazDebugTestBase"/>
    <Author Value="M Friebe"/>
    <CompilerOptions>
      <Version Value="11"/>
      <PathDelim Value="\"/>
      <SearchPaths>
        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
      </SearchPaths>
      <Other>
        <CustomOptions Value="$(IDEBuildOptions)"/>
      </Other>
    </CompilerOptions>
    <Description Value="Tools/Classes to implement test-cases for debugger backends. (based on DebuggerIntf)"/>
    <Version Minor="1"/>
    <Files Count="15">
      <Item1>
        <Filename Value="testdbgconfig.pas"/>
        <UnitName Value="TestDbgConfig"/>
      </Item1>
      <Item2>
        <Filename Value="testdbgtestsuites.pas"/>
        <UnitName Value="TestDbgTestSuites"/>
      </Item2>
      <Item3>
        <Filename Value="ttestdbgexecuteables.pas"/>
        <UnitName Value="TTestDbgExecuteables"/>
      </Item3>
      <Item4>
        <Filename Value="testdbgcompilerprocess.pas"/>
        <UnitName Value="TestDbgCompilerProcess"/>
      </Item4>
      <Item5>
        <Filename Value="testdbgcontrolform.pas"/>
        <UnitName Value="TestDbgControlForm"/>
      </Item5>
      <Item6>
        <Filename Value="testdbgcontrol.pas"/>
        <UnitName Value="TestDbgControl"/>
      </Item6>
      <Item7>
        <Filename Value="testoutputlogger.pas"/>
        <UnitName Value="TestOutputLogger"/>
      </Item7>
      <Item8>
        <Filename Value="ttestdebuggerclasses.pas"/>
        <UnitName Value="TTestDebuggerClasses"/>
      </Item8>
      <Item9>
        <Filename Value="ttestwatchutilities.pas"/>
        <UnitName Value="TTestWatchUtilities"/>
      </Item9>
      <Item10>
        <Filename Value="testcommonsources.pas"/>
        <UnitName Value="TestCommonSources"/>
      </Item10>
      <Item11>
        <Filename Value="sources.rc"/>
        <Type Value="Text"/>
      </Item11>
      <Item12>
        <Filename Value="testapps\WatchesScopePrg.pas"/>
        <Type Value="Include"/>
      </Item12>
      <Item13>
        <Filename Value="testapps\WatchesScopeUnit1.pas"/>
        <AddToUsesPkgSection Value="False"/>
        <UnitName Value="WatchesScopeUnit1"/>
      </Item13>
      <Item14>
        <Filename Value="testapps\WatchesScopeUnit2.pas"/>
        <AddToUsesPkgSection Value="False"/>
        <UnitName Value="WatchesScopeUnit2"/>
      </Item14>
      <Item15>
        <Filename Value="testapps\WatchesValuePrg.pas"/>
        <Type Value="Include"/>
      </Item15>
    </Files>
    <CompatibilityMode Value="True"/>
    <RequiredPkgs Count="5">
      <Item1>
        <PackageName Value="fpdebug"/>
      </Item1>
      <Item2>
        <PackageName Value="DebuggerIntf"/>
      </Item2>
      <Item3>
        <PackageName Value="LCL"/>
      </Item3>
      <Item4>
        <PackageName Value="LCLBase"/>
      </Item4>
      <Item5>
        <PackageName Value="FCL"/>
      </Item5>
    </RequiredPkgs>
    <UsageOptions>
      <UnitPath Value="$(PkgOutDir)"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
      <UseFileFilters Value="True"/>
    </PublishOptions>
  </Package>
</CONFIG>