Additional test to test for failure on get replication.
[awesomized/libmemcached] / tests / include.am
index 727e76a265428df2f8ddacce3e1cfc12102ff1b6..abcc0f333e27da3f28ad28cff20db11744b49e69 100644 (file)
@@ -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 \