mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-19 18:23:27 +02:00
Fix compilation of tests
This commit is contained in:
parent
7b6e360bce
commit
e72f2533e7
@ -8,7 +8,7 @@ uses
|
|||||||
Classes, SysUtils, RegExpr, TestBase, LazLoggerBase, DbgIntfBaseTypes,
|
Classes, SysUtils, RegExpr, TestBase, LazLoggerBase, DbgIntfBaseTypes,
|
||||||
DbgIntfDebuggerBase, TestDbgConfig, TTestDebuggerClasses, IdeDebuggerBase,
|
DbgIntfDebuggerBase, TestDbgConfig, TTestDebuggerClasses, IdeDebuggerBase,
|
||||||
IdeDebuggerWatchResult, IdeDebuggerWatchResPrinter, LazDebuggerIntf,
|
IdeDebuggerWatchResult, IdeDebuggerWatchResPrinter, LazDebuggerIntf,
|
||||||
LazDebuggerIntfBaseTypes;
|
LazDebuggerIntfBaseTypes, IdeDebuggerWatchValueIntf;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -9,9 +9,9 @@ uses
|
|||||||
FpDebugDebugger, TestDbgControl, TestDbgTestSuites, TestOutputLogger,
|
FpDebugDebugger, TestDbgControl, TestDbgTestSuites, TestOutputLogger,
|
||||||
TTestWatchUtilities, TestCommonSources, TestDbgConfig, LazDebuggerIntf,
|
TTestWatchUtilities, TestCommonSources, TestDbgConfig, LazDebuggerIntf,
|
||||||
LazDebuggerIntfBaseTypes, LazDebuggerValueConverter, DbgIntfDebuggerBase,
|
LazDebuggerIntfBaseTypes, LazDebuggerValueConverter, DbgIntfDebuggerBase,
|
||||||
DbgIntfBaseTypes, FpDbgInfo, FpPascalParser, FpDbgCommon, Forms,
|
DbgIntfBaseTypes, FpDbgInfo, FpPascalParser, FpDbgCommon,
|
||||||
IdeDebuggerBase, IdeDebuggerWatchResult, IdeDebuggerBackendValueConv,
|
IdeDebuggerWatchValueIntf, Forms, IdeDebuggerBase, IdeDebuggerWatchResult,
|
||||||
FpDebugStringConstants;
|
IdeDebuggerBackendValueConv, FpDebugStringConstants;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -5,9 +5,9 @@ unit TTestDebuggerClasses;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, DbgIntfDebuggerBase, IdeDebuggerBase, Debugger,
|
Classes, SysUtils, DbgIntfDebuggerBase, IdeDebuggerWatchValueIntf,
|
||||||
IdeDebuggerWatchResult, LazDebuggerIntf, LazDebuggerIntfBaseTypes,
|
IdeDebuggerBase, Debugger, IdeDebuggerWatchResult, LazDebuggerIntf,
|
||||||
LazDebuggerValueConverter, LazDebuggerTemplate;
|
LazDebuggerIntfBaseTypes, LazDebuggerValueConverter, LazDebuggerTemplate;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -9,10 +9,11 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, math, DbgIntfBaseTypes, DbgIntfDebuggerBase,
|
Classes, SysUtils, math, DbgIntfBaseTypes, DbgIntfDebuggerBase,
|
||||||
FpPascalBuilder, LazLoggerBase, Forms, IdeDebuggerBase, IdeDebuggerUtils,
|
FpPascalBuilder, LazLoggerBase, IdeDebuggerWatchValueIntf, Forms,
|
||||||
IdeDebuggerWatchResult, IdeDebuggerWatchResPrinter, RegExpr,
|
IdeDebuggerBase, IdeDebuggerUtils, IdeDebuggerWatchResult,
|
||||||
TestDbgTestSuites, TTestDebuggerClasses, TTestDbgExecuteables, TestDbgConfig,
|
IdeDebuggerWatchResPrinter, RegExpr, TestDbgTestSuites, TTestDebuggerClasses,
|
||||||
LazDebuggerIntf, LazDebuggerIntfBaseTypes, TestOutputLogger;
|
TTestDbgExecuteables, TestDbgConfig, LazDebuggerIntf,
|
||||||
|
LazDebuggerIntfBaseTypes, TestOutputLogger;
|
||||||
|
|
||||||
const
|
const
|
||||||
SIZE_1 = 1;
|
SIZE_1 = 1;
|
||||||
|
@ -5,9 +5,9 @@ unit TestWatchResult;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, Math, Debugger,
|
Classes, SysUtils, Math, Debugger, fpcunit, testutils, testregistry,
|
||||||
fpcunit, testutils, testregistry,
|
IdeDebuggerWatchResult, LazDebuggerIntf, Laz2_XMLCfg, LazLogger,
|
||||||
IdeDebuggerWatchResult, LazDebuggerIntf, Laz2_XMLCfg, LazLogger;
|
IdeDebuggerWatchValueIntf;
|
||||||
|
|
||||||
const
|
const
|
||||||
SkipSubTestCopy = False; // Skip CreateCopy in Assert....
|
SkipSubTestCopy = False; // Skip CreateCopy in Assert....
|
||||||
|
Loading…
Reference in New Issue
Block a user