Merge in new scanner/parser suite with updated test cases.
[m6w6/libmemcached] / libtest / include.am
1 # vim:ft=automake
2 # Copyright (C) 2011 Data Differential (http://datadifferential.com/)
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+= \
12 libtest/server.h \
13 libtest/test.h \
14 libtest/visibility.h
15
16 noinst_LTLIBRARIES+= libtest/libserver.la
17 libtest_libserver_la_SOURCES= libtest/server.c
18
19 noinst_LTLIBRARIES+= libtest/libtest.la
20 libtest_libtest_la_SOURCES= libtest/test.c
21