mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 02:18:44 +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
|
||||
Classes, SysUtils, FileUtil, fpcunit, testutils, testregistry,
|
||||
EnvironmentOpts, LCLProc, LazLogger, CompileHelpers, Dialogs, ExtToolDialog,
|
||||
EnvironmentOpts, TransferMacros, LCLProc, LazLogger, CompileHelpers, Dialogs, ExtToolDialog,
|
||||
Debugger, GDBMIDebugger;
|
||||
|
||||
(*
|
||||
@ -1251,6 +1251,7 @@ initialization
|
||||
CreateConfig;
|
||||
Load(false);
|
||||
end;
|
||||
GlobalMacroList:=TTransferMacroList.Create;
|
||||
|
||||
BuildTestSuites;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user