mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
* add make option V to show dotest commandline for testsuite
git-svn-id: trunk@8951 -
This commit is contained in:
parent
07ab578088
commit
4699277f8d
@ -1463,6 +1463,8 @@ override DOTESTOPT+=-O
|
||||
endif
|
||||
ifdef TEST_VERBOSE
|
||||
override DOTESTOPT+=-V
|
||||
endif
|
||||
ifdef V
|
||||
Q=
|
||||
QECHO=
|
||||
else
|
||||
|
@ -205,6 +205,8 @@ override DOTESTOPT+=-O
|
||||
endif
|
||||
ifdef TEST_VERBOSE
|
||||
override DOTESTOPT+=-V
|
||||
endif
|
||||
ifdef V
|
||||
Q=
|
||||
QECHO=
|
||||
else
|
||||
|
@ -105,6 +105,7 @@ TEST_CCOMPILER defaults to installed gcc compiler, but only
|
||||
TEST_VERBOSE let dotest be more verbose, only usefull for debugging
|
||||
TEST_DELTEMP delete temporary executable/object/ppu file, default is off
|
||||
TEST_TIMEOUT use timeout wrapper for (remote) execution
|
||||
V print dotest commandline
|
||||
|
||||
(Please add more test options if needed)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user