mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:39:20 +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,
|
||||
DbgIntfDebuggerBase, TestDbgConfig, TTestDebuggerClasses, IdeDebuggerBase,
|
||||
IdeDebuggerWatchResult, IdeDebuggerWatchResPrinter, LazDebuggerIntf,
|
||||
LazDebuggerIntfBaseTypes;
|
||||
LazDebuggerIntfBaseTypes, IdeDebuggerWatchValueIntf;
|
||||
|
||||
type
|
||||
|
||||
|
@ -9,9 +9,9 @@ uses
|
||||
FpDebugDebugger, TestDbgControl, TestDbgTestSuites, TestOutputLogger,
|
||||
TTestWatchUtilities, TestCommonSources, TestDbgConfig, LazDebuggerIntf,
|
||||
LazDebuggerIntfBaseTypes, LazDebuggerValueConverter, DbgIntfDebuggerBase,
|
||||
DbgIntfBaseTypes, FpDbgInfo, FpPascalParser, FpDbgCommon, Forms,
|
||||
IdeDebuggerBase, IdeDebuggerWatchResult, IdeDebuggerBackendValueConv,
|
||||
FpDebugStringConstants;
|
||||
DbgIntfBaseTypes, FpDbgInfo, FpPascalParser, FpDbgCommon,
|
||||
IdeDebuggerWatchValueIntf, Forms, IdeDebuggerBase, IdeDebuggerWatchResult,
|
||||
IdeDebuggerBackendValueConv, FpDebugStringConstants;
|
||||
|
||||
type
|
||||
|
||||
|
@ -5,9 +5,9 @@ unit TTestDebuggerClasses;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, DbgIntfDebuggerBase, IdeDebuggerBase, Debugger,
|
||||
IdeDebuggerWatchResult, LazDebuggerIntf, LazDebuggerIntfBaseTypes,
|
||||
LazDebuggerValueConverter, LazDebuggerTemplate;
|
||||
Classes, SysUtils, DbgIntfDebuggerBase, IdeDebuggerWatchValueIntf,
|
||||
IdeDebuggerBase, Debugger, IdeDebuggerWatchResult, LazDebuggerIntf,
|
||||
LazDebuggerIntfBaseTypes, LazDebuggerValueConverter, LazDebuggerTemplate;
|
||||
|
||||
type
|
||||
|
||||
|
@ -9,10 +9,11 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, math, DbgIntfBaseTypes, DbgIntfDebuggerBase,
|
||||
FpPascalBuilder, LazLoggerBase, Forms, IdeDebuggerBase, IdeDebuggerUtils,
|
||||
IdeDebuggerWatchResult, IdeDebuggerWatchResPrinter, RegExpr,
|
||||
TestDbgTestSuites, TTestDebuggerClasses, TTestDbgExecuteables, TestDbgConfig,
|
||||
LazDebuggerIntf, LazDebuggerIntfBaseTypes, TestOutputLogger;
|
||||
FpPascalBuilder, LazLoggerBase, IdeDebuggerWatchValueIntf, Forms,
|
||||
IdeDebuggerBase, IdeDebuggerUtils, IdeDebuggerWatchResult,
|
||||
IdeDebuggerWatchResPrinter, RegExpr, TestDbgTestSuites, TTestDebuggerClasses,
|
||||
TTestDbgExecuteables, TestDbgConfig, LazDebuggerIntf,
|
||||
LazDebuggerIntfBaseTypes, TestOutputLogger;
|
||||
|
||||
const
|
||||
SIZE_1 = 1;
|
||||
|
@ -5,9 +5,9 @@ unit TestWatchResult;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Math, Debugger,
|
||||
fpcunit, testutils, testregistry,
|
||||
IdeDebuggerWatchResult, LazDebuggerIntf, Laz2_XMLCfg, LazLogger;
|
||||
Classes, SysUtils, Math, Debugger, fpcunit, testutils, testregistry,
|
||||
IdeDebuggerWatchResult, LazDebuggerIntf, Laz2_XMLCfg, LazLogger,
|
||||
IdeDebuggerWatchValueIntf;
|
||||
|
||||
const
|
||||
SkipSubTestCopy = False; // Skip CreateCopy in Assert....
|
||||
|
Loading…
Reference in New Issue
Block a user