Sha256: 349e370f555465438e87189ad31a1a8f6112b268ffcf57e611459d3af7fbe79e

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

# vim:ft=automake
# Copyright (C) 2011 Data Differential (http://datadifferential.com/)
# All rights reserved.
#
# Use and distribution licensed under the BSD license.  See
# the COPYING file in the parent directory for full text.
#
# included from Top Level Makefile.am
# All paths should be given relative to the root
#

LIBUTEST_TMP = ${abs_top_builddir}/tests/var/tmp/

CLEANFILES+= \
	     tests/var/log/* \
	     tests/var/tmp/*

noinst_HEADERS+= \
		 libtest/callbacks.h \
		 libtest/collection.h \
		 libtest/common.h \
		 libtest/core.h \
		 libtest/error.h \
		 libtest/failed.h \
		 libtest/framework.h \
		 libtest/get.h \
		 libtest/runner.h \
		 libtest/server.h \
		 libtest/stats.h \
		 libtest/strerror.h \
		 libtest/test.h \
		 libtest/test.hpp \
		 libtest/visibility.h

noinst_LTLIBRARIES+= libtest/libserver.la
libtest_libserver_la_SOURCES= libtest/server.c

noinst_LTLIBRARIES+= libtest/libtest.la
libtest_libtest_la_SOURCES=\
			   libtest/framework.cc \
			   libtest/test.cc
libtest_libtest_la_CFLAGS= ${AM_CFLAGS} ${NO_CONVERSION} -DBUILDING_LIBTEST
libtest_libtest_la_CPPFLAGS= ${AM_CPPFLAGS}

tests/var: tests/var/log tests/var/tmp
	$(mkdir_p) tests/var

tests/var/log:
	$(mkdir_p) tests/var/log

tests/var/tmp:
	$(mkdir_p) tests/var/tmp

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couchbase-memcached-1.2.9 ext/libmemcached-0.50/libtest/include.am
couchbase-memcached-1.2.8 ext/libmemcached-0.50/libtest/include.am