Merge lp:~tangent-org/libmemcached/1.0-build/ Build: jenkins-Libmemcached-170
[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_LDADD=
16
17 tests_parser_SOURCES+= tests/parser.cc
18
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
23
24 test-parser: tests/parser
25 @tests/parser
26
27 valgrind-parser: tests/parser
28 @$(VALGRIND_COMMAND) tests/parser