X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libtest%2Finclude.am;h=4fcfa1b97774dd5dd597aba4cbf9153eb395b2bd;hb=refs%2Ftags%2F0.51;hp=4a51fa46e037d653f65839e524a51234f7e0c840;hpb=4429c4e4315bfeb2bdfc59c3b39f8964f68524ef;p=awesomized%2Flibmemcached diff --git a/libtest/include.am b/libtest/include.am index 4a51fa46..4fcfa1b9 100644 --- a/libtest/include.am +++ b/libtest/include.am @@ -12,9 +12,11 @@ LIBUTEST_TMP = ${abs_top_builddir}/tests/var/tmp/ VALGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --error-exitcode=1 --leak-check=yes --show-reachable=yes --track-fds=yes --malloc-fill=A5 --free-fill=DE -HELGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --tool=helgrind --read-var-info=yes --error-exitcode=1 +HELGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --tool=helgrind --read-var-info=yes --error-exitcode=1 -v DRD_COMMAND= $(LIBTOOL) --mode=execute valgrind --tool=drd -GDB_COMMAND= $(LIBTOOL) --mode=execute gdb +GDB_COMMAND= $(LIBTOOL) --mode=execute gdb -f -x libtest/run.gdb + +EXTRA_DIST+= libtest/run.gdb CLEANFILES+= \ tests/var/log/* \