mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 19:39:30 +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,
|
TestLpi, BugTestCase,
|
||||||
bug8432, testfileutil, testfileproc,
|
bug8432, testfileutil, testfileproc,
|
||||||
// lcltests
|
// lcltests
|
||||||
testunicode, testpen,
|
testunicode, testpen
|
||||||
|
{$IFNDEF NoSemiAutomatedTests}
|
||||||
// semi-automatic tests
|
// semi-automatic tests
|
||||||
semiautotest, idesemiautotests, lclsemiautotests;
|
, semiautotest, idesemiautotests, lclsemiautotests
|
||||||
|
{$endif}
|
||||||
|
;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user