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

View File

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

View File

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

View File

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

View File

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