Merge lp:~tangent-org/libmemcached/1.0-build/ Build: jenkins-Libmemcached-164
[awesomized/libmemcached] / tests / parser.am
1 # vim:ft=automake
2 # Copyright (C) 2012 Data Differential
3 # All rights reserved.
4 #
5 # Use and distribution licensed under the BSD license. See
6 # the COPYING file in the parent directory for full text.
7 #
8 # included from Top Level Makefile.am
9 # All paths should be given relative to the root
10
11 noinst_HEADERS+= tests/libmemcached-1.0/parser.h
12
13 tests_parser_SOURCES=
14 tests_parser_CXXFLAGS=
15 tests_parser_DEPENDENCIES=
16 tests_parser_LDADD=
17
18 tests_parser_SOURCES+= tests/parser.cc
19
20 tests_parser_CXXFLAGS+= $(AM_CXXFLAGS) $(NO_EFF_CXX)
21 tests_parser_DEPENDENCIES+= $(TESTS_LDADDS)
22 tests_parser_LDADD+= $(tests_parser_DEPENDENCIES)
23 check_PROGRAMS+= tests/parser
24 noinst_PROGRAMS+= tests/parser
25
26 test-parser: tests/parser
27 @tests/parser
28
29 valgrind-parser: tests/parser
30 $(VALGRIND_COMMAND) tests/parser