valgrind --trace-children=yes no longer required

We no longer use the preinst-swig wrapper script in the testsuite.
This commit is contained in:
Olly Betts 2015-09-04 14:29:21 +12:00
commit e903854ded

View file

@ -33,9 +33,7 @@
# can be used for memory checking of the runtime tests using:
# make RUNTOOL="valgrind --leak-check=full"
# and valgrind can be used when invoking SWIG using:
# make SWIGTOOL="valgrind --tool=memcheck --trace-children=yes"
# Note: trace-children needed because of preinst-swig shell wrapper
# to the swig executable.
# make SWIGTOOL="valgrind --tool=memcheck"
#
# An individual test run can be debugged easily:
# make director_string.cpptest RUNTOOL="gdb --args"