This fixes lp:1010899, which showed a condition where we could end up with a bad...
[m6w6/libmemcached] / tests / libmemcached-1.0 / include.am
index 02dc26a7922ae59c605a6ca5a37d3090deeafac0..06cd87474cbd0b9da2907a679fa63c85a2209ba7 100644 (file)
@@ -264,3 +264,15 @@ tests_testplus_DEPENDENCIES+= $(TESTS_LDADDS)
 tests_testplus_LDADD+= $(tests_testplus_DEPENDENCIES)
 check_PROGRAMS+= tests/testplus
 noinst_PROGRAMS+= tests/testplus
+
+test-plus: tests/testplus
+       @tests/testplus
+
+gdb-plus: tests/testplus
+       $(DEBUG_COMMAND) tests/testplus
+
+valgrind-plus: tests/testplus
+       @$(VALGRIND_COMMAND) tests/testplus
+
+helgrind-plus: tests/testplus
+       @$(HELGRIND_COMMAND) tests/testplus