2 # Copyright (C) 2012 Data Differential
5 # Use and distribution licensed under the BSD license. See
6 # the COPYING file in the parent directory for full text.
8 # included from Top Level Makefile.am
9 # All paths should be given relative to the root
11 noinst_HEADERS+= tests/libmemcached-1.0/parser.h
14 tests_parser_CXXFLAGS=
17 tests_parser_SOURCES+= tests/parser.cc
19 tests_parser_CXXFLAGS+= $(AM_CXXFLAGS) $(NO_EFF_CXX)
20 tests_parser_LDADD+= $(TESTS_LDADDS)
21 check_PROGRAMS+= tests/parser
22 noinst_PROGRAMS+= tests/parser
24 test-parser: tests/parser
27 valgrind-parser: tests/parser
28 @$(VALGRIND_COMMAND) tests/parser