summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/manydbs/Makefile.am
blob: 2bc47ad7f2e7826d4de0ddb20c4195548f26de63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = -I$(top_builddir)
AM_CPPFLAGS +=-I$(top_srcdir)/src/include
AM_CPPFLAGS +=-I$(top_srcdir)/test/utility

noinst_PROGRAMS = t
t_SOURCES = manydbs.c

t_LDADD = $(top_builddir)/test/utility/libtest_util.la
t_LDADD +=$(top_builddir)/libwiredtiger.la
t_LDFLAGS = -static

# Run this during a "make check" smoke test.
TESTS = smoke.sh

clean-local:
	rm -rf WT_TEST *.core