Code

integration tests: Run all invocations through valgrind's memcheck.
authorSebastian Harl <sh@tokkee.org>
Wed, 30 Apr 2014 09:43:24 +0000 (11:43 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 30 Apr 2014 09:46:05 +0000 (11:46 +0200)
commitb787b6e2dc94b4a3cda47ce35e4e91fac9885b07
tree0c05e1f9c377d1e52123053d9fe60e022e9548c7
parent36fc065418f5b9c5eeee4542cfa8631a856280c8
integration tests: Run all invocations through valgrind's memcheck.

… covering, both, sysdb and sysdbd. For that to work, copy the binaries and
libraries to the temp directory and change the rpath to point to the temp
directory. This ensures the test is independent of any configure flags and
installation directories.

Let the tests fail if a leak (or other error) was detected by valgrind.
.travis.yml
t/integration/simple_config.sh
t/integration/simple_query.sh
t/integration/test_lib.sh