mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:48:03 +02:00
Adds a define to remove semi-automatic tests
git-svn-id: trunk@27860 -
This commit is contained in:
parent
4b2a2eca8a
commit
45b602f5bd
@ -30,9 +30,12 @@ uses
|
||||
TestLpi, BugTestCase,
|
||||
bug8432, testfileutil, testfileproc,
|
||||
// lcltests
|
||||
testunicode, testpen,
|
||||
testunicode, testpen
|
||||
{$IFNDEF NoSemiAutomatedTests}
|
||||
// semi-automatic tests
|
||||
semiautotest, idesemiautotests, lclsemiautotests;
|
||||
, semiautotest, idesemiautotests, lclsemiautotests
|
||||
{$endif}
|
||||
;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user