Test driver for Teamcity.
* tools/test-driver-teamcity: New file. * Makefile.am: Distribute it. * HACKING: Document it. * wrap/python/tests/Makefile.am: Use it also for Python tests.
This commit is contained in:
parent
9894b81775
commit
1bb5cbd90c
4 changed files with 159 additions and 1 deletions
12
HACKING
12
HACKING
|
|
@ -186,6 +186,18 @@ compiler error), while most others (like randtgba, dve2check, randltl,
|
|||
...) do fine.
|
||||
|
||||
|
||||
Log driver for testsuite
|
||||
------------------------
|
||||
|
||||
The PASS/FAIL status for each test of the testsuite is printed by
|
||||
tools/test-driver. This script can be changed to format the output
|
||||
differently. When we use Teamcity (for continuous integration) we
|
||||
change the output format to something that Teamcity will understand
|
||||
with:
|
||||
|
||||
make check TEST_LOG_DRIVER=$PWD/tools/test-driver-teamcity
|
||||
|
||||
|
||||
Coding conventions
|
||||
==================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue