X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser.am;h=e0e199878e5ade8e23695e8c00f076052d791487;hb=4c1122cf139f7b073807f0a9187306518988a08f;hp=25ab3db4aad23e5a07b397883d8f0e964d4169da;hpb=bce9a74e8addd1085b2e751508bf9ab0c2e84e45;p=awesomized%2Flibmemcached diff --git a/tests/parser.am b/tests/parser.am index 25ab3db4..e0e19987 100644 --- a/tests/parser.am +++ b/tests/parser.am @@ -12,14 +12,12 @@ noinst_HEADERS+= tests/libmemcached-1.0/parser.h tests_parser_SOURCES= tests_parser_CXXFLAGS= -tests_parser_DEPENDENCIES= tests_parser_LDADD= tests_parser_SOURCES+= tests/parser.cc tests_parser_CXXFLAGS+= $(AM_CXXFLAGS) $(NO_EFF_CXX) -tests_parser_DEPENDENCIES+= $(TESTS_LDADDS) -tests_parser_LDADD+= $(tests_parser_DEPENDENCIES) +tests_parser_LDADD+= $(TESTS_LDADDS) check_PROGRAMS+= tests/parser noinst_PROGRAMS+= tests/parser @@ -27,4 +25,4 @@ test-parser: tests/parser @tests/parser valgrind-parser: tests/parser - $(VALGRIND_COMMAND) tests/parser + @$(VALGRIND_COMMAND) tests/parser