Just one correction: > And we could do the complete test suite with > VALGRIND_TESTS="1" make check
This is not possible - the environment variables won't be passed to the test
programs. That is only possible via TESTS_ENVIRONMENT, like
TESTS_ENVIRONMENT="VALGRIND_TESTS=1" make check
While running single tests work like
cd tests
VALGRIND_TESTS=1 ./Test-O.px
Tim
signature.asc
Description: This is a digitally signed message part.
