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

noinst_PROGRAMS = t
t_SOURCES = checkpointer.c workers.c test_checkpoint.c

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

TESTS = smoke.sh

clean-local:
	rm -rf WT_TEST core.* *.core