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

noinst_PROGRAMS = t
t_LDADD = $(top_builddir)/libwiredtiger.la

t_SOURCES = thread.h file.c fops.c t.c
t_LDFLAGS = -static

# Run this during a "make check" smoke test.
TESTS = $(noinst_PROGRAMS)
LOG_COMPILER = $(TEST_WRAPPER)

clean-local:
	rm -rf WT_TEST *.core