summaryrefslogtreecommitdiff
path: root/tests/include.am
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-07-06 13:00:13 -0700
committerBrian Aker <brian@tangent.org>2012-07-06 13:00:13 -0700
commit19d7df5119c3f07370f58857f4d916cd5de398ea (patch)
treedf511a5e04af45ef5cb70f5ecc5b79725da45411 /tests/include.am
parent133c8ed7290daf0143bb14fba174be39996646a6 (diff)
downloadlibmemcached-19d7df5119c3f07370f58857f4d916cd5de398ea.tar.gz
This fixes lp:1010899, which showed a condition where we could end up with a bad memc. This does use a trick of reserve and stl::vector to make sure that we have null termination like what we have in the C API.
Diffstat (limited to 'tests/include.am')
-rw-r--r--tests/include.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/include.am b/tests/include.am
index 8063be75..b8e9e17f 100644
--- a/tests/include.am
+++ b/tests/include.am
@@ -98,9 +98,6 @@ test-sasl: tests/sasl
test-atom: tests/atomsmasher
@tests/atomsmasher
-test-plus: tests/testplus
- @tests/testplus
-
test-hashplus: tests/hash_plus
@tests/hash_plus
@@ -122,9 +119,6 @@ gdb-sasl: tests/sasl
gdb-atom: tests/atomsmasher
@$(DEBUG_COMMAND) tests/atomsmasher
-gdb-plus: tests/testplus
- $(DEBUG_COMMAND) tests/testplus
-
gdb-hash: tests/testhashkit
@$(DEBUG_COMMAND) tests/testhashkit
@@ -146,9 +140,6 @@ valgrind-failure: tests/failure
valgrind-atom: tests/atomsmasher
$(VALGRIND_COMMAND) tests/atomsmasher
-valgrind-plus: tests/testplus
- @$(VALGRIND_COMMAND) tests/testplus
-
valgrind-sasl: tests/sasl
@$(VALGRIND_COMMAND) tests/sasl
@@ -167,9 +158,6 @@ helgrind-mem: tests/libmemcached-1.0/testapp
helgrind-atom: tests/atomsmasher
@$(HELGRIND_COMMAND) tests/atomsmasher
-helgrind-plus: tests/testplus
- @$(HELGRIND_COMMAND) tests/testplus
-
helgrind-hash: tests/testhashkit
@$(HELGRIND_COMMAND) tests/testhashkit