Browse Source

* add make option V to show dotest commandline for testsuite

git-svn-id: trunk@8951 -
micha 18 years ago
parent
commit
4699277f8d
3 changed files with 5 additions and 0 deletions
  1. 2 0
      tests/Makefile
  2. 2 0
      tests/Makefile.fpc
  3. 1 0
      tests/readme.txt

+ 2 - 0
tests/Makefile

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

+ 2 - 0
tests/Makefile.fpc

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

+ 1 - 0
tests/readme.txt

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