summaryrefslogtreecommitdiff
path: root/tests/parser.am
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-12-17 04:27:00 -0500
committerBrian Aker <brian@tangent.org>2012-12-17 04:27:00 -0500
commitf12b5cdb0754dea2e3d55cea21ad25c7152e54cc (patch)
tree042490ea01835de5761797f1d21d486bca12f49b /tests/parser.am
parent91835aac219196d116555e7e0a83fde7393d1d8d (diff)
downloadlibmemcached-f12b5cdb0754dea2e3d55cea21ad25c7152e54cc.tar.gz
Refactor DEPENDENCIES
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