X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=b8e9e17f52f10e89cab1d8f927e2f5609342212a;hb=fc21f9b9bc7d55fc4ce9d7a323b9e9173dbbe3ba;hp=938014222884057540dacd87b822229bdabf9741;hpb=1be0350e7ae7a566896a9fe52863dcc22433fc8a;p=m6w6%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 93801422..b8e9e17f 100644 --- a/tests/include.am +++ b/tests/include.am @@ -41,6 +41,8 @@ noinst_PROGRAMS+= tests/cycle include tests/libmemcached-1.0/include.am +include tests/parser.am + tests_failure_SOURCES= tests_failure_SOURCES+= tests/failure.cc tests_failure_SOURCES+= clients/execute.cc @@ -96,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 @@ -120,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 @@ -144,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 @@ -165,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