Adds a define to remove semi-automatic tests

git-svn-id: trunk@27860 -
This commit is contained in:
sekelsenmat 2010-10-25 21:01:17 +00:00
parent 4b2a2eca8a
commit 45b602f5bd

View File

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