* add make option V to show dotest commandline for testsuite

git-svn-id: trunk@8951 -
This commit is contained in:
micha 2007-10-26 18:46:35 +00:00
parent 07ab578088
commit 4699277f8d
3 changed files with 5 additions and 0 deletions

View File

@ -1463,6 +1463,8 @@ override DOTESTOPT+=-O
endif
ifdef TEST_VERBOSE
override DOTESTOPT+=-V
endif
ifdef V
Q=
QECHO=
else

View File

@ -205,6 +205,8 @@ override DOTESTOPT+=-O
endif
ifdef TEST_VERBOSE
override DOTESTOPT+=-V
endif
ifdef V
Q=
QECHO=
else

View File

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