summaryrefslogtreecommitdiff
path: root/tests/parser.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser.am')
-rw-r--r--tests/parser.am6
1 files changed, 2 insertions, 4 deletions
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