mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 08:36:04 +02:00
DBG: Testcase: fixed reading env-options
git-svn-id: trunk@37093 -
This commit is contained in:
parent
f43c7d764c
commit
c8398bb037
@ -6,7 +6,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, FileUtil, fpcunit, testutils, testregistry,
|
Classes, SysUtils, FileUtil, fpcunit, testutils, testregistry,
|
||||||
EnvironmentOpts, LCLProc, LazLogger, CompileHelpers, Dialogs, ExtToolDialog,
|
EnvironmentOpts, TransferMacros, LCLProc, LazLogger, CompileHelpers, Dialogs, ExtToolDialog,
|
||||||
Debugger, GDBMIDebugger;
|
Debugger, GDBMIDebugger;
|
||||||
|
|
||||||
(*
|
(*
|
||||||
@ -1251,6 +1251,7 @@ initialization
|
|||||||
CreateConfig;
|
CreateConfig;
|
||||||
Load(false);
|
Load(false);
|
||||||
end;
|
end;
|
||||||
|
GlobalMacroList:=TTransferMacroList.Create;
|
||||||
|
|
||||||
BuildTestSuites;
|
BuildTestSuites;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user