Code

t/: Run all unit tests through valgrind.
authorSebastian Harl <sh@tokkee.org>
Wed, 14 May 2014 19:49:36 +0000 (21:49 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 14 May 2014 19:49:36 +0000 (21:49 +0200)
commit7779e4a8cdc40068969290ac858cb7b32f3129e9
treeef6c660eb997833134beb4c0d7c4de406af70749
parent558bc860acedceb271ee54a19d99ccfeda67235a
t/: Run all unit tests through valgrind.

This is implemented through a wrapper script which will run its arguments
through valgrind if the first parameter matches "unit/". It is passed in to
'make test' using automake's TESTS_ENVIRONMENT variable.
t/cibuild.sh
t/testwrapper.sh [new file with mode: 0755]