X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=abcc0f333e27da3f28ad28cff20db11744b49e69;hb=9c9ce0af7ae73c9043154bec861c9d15cdadf414;hp=727e76a265428df2f8ddacce3e1cfc12102ff1b6;hpb=e5571ea8efc87c103d98c8633a5b26a0a1df3519;p=m6w6%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 727e76a2..abcc0f33 100644 --- a/tests/include.am +++ b/tests/include.am @@ -13,7 +13,7 @@ TESTS_LDADDS= \ libtest/libserver.la \ libtest/libtest.la -VALGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --leak-check=yes --show-reachable=yes --track-fds=yes +VALGRIND_COMMAND= $(LIBTOOL) --mode=execute valgrind --leak-check=yes --show-reachable=yes --track-fds=yes --malloc-fill=A5 --free-fill=DE DEBUG_COMMAND= $(LIBTOOL) --mode=execute gdb @@ -57,7 +57,7 @@ tests_testapp_SOURCES= \ tests/basic.cc \ tests/deprecated.cc \ tests/error_conditions.cc \ - tests/mem_functions.c \ + tests/mem_functions.cc \ tests/parser.cc \ tests/pool.cc \ tests/print.cc \