mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 07:59:09 +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
|
endif
|
||||||
ifdef TEST_VERBOSE
|
ifdef TEST_VERBOSE
|
||||||
override DOTESTOPT+=-V
|
override DOTESTOPT+=-V
|
||||||
|
endif
|
||||||
|
ifdef V
|
||||||
Q=
|
Q=
|
||||||
QECHO=
|
QECHO=
|
||||||
else
|
else
|
||||||
|
@ -205,6 +205,8 @@ override DOTESTOPT+=-O
|
|||||||
endif
|
endif
|
||||||
ifdef TEST_VERBOSE
|
ifdef TEST_VERBOSE
|
||||||
override DOTESTOPT+=-V
|
override DOTESTOPT+=-V
|
||||||
|
endif
|
||||||
|
ifdef V
|
||||||
Q=
|
Q=
|
||||||
QECHO=
|
QECHO=
|
||||||
else
|
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_VERBOSE let dotest be more verbose, only usefull for debugging
|
||||||
TEST_DELTEMP delete temporary executable/object/ppu file, default is off
|
TEST_DELTEMP delete temporary executable/object/ppu file, default is off
|
||||||
TEST_TIMEOUT use timeout wrapper for (remote) execution
|
TEST_TIMEOUT use timeout wrapper for (remote) execution
|
||||||
|
V print dotest commandline
|
||||||
|
|
||||||
(Please add more test options if needed)
|
(Please add more test options if needed)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user