Fix compilation of tests

This commit is contained in:
Martin 2024-02-12 19:53:26 +01:00
parent 7b6e360bce
commit e72f2533e7
5 changed files with 15 additions and 14 deletions

View File

@ -8,7 +8,7 @@ uses
Classes, SysUtils, RegExpr, TestBase, LazLoggerBase, DbgIntfBaseTypes,
DbgIntfDebuggerBase, TestDbgConfig, TTestDebuggerClasses, IdeDebuggerBase,
IdeDebuggerWatchResult, IdeDebuggerWatchResPrinter, LazDebuggerIntf,
LazDebuggerIntfBaseTypes;
LazDebuggerIntfBaseTypes, IdeDebuggerWatchValueIntf;
type

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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....