summaryrefslogtreecommitdiff
path: root/test/thread/Makefile.am
blob: a58f019b513f08de6933c0316452443ed630656c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 rw.c stats.c t.c
t_LDFLAGS = -static

TESTS = smoke.sh

clean-local:
	rm -rf WiredTiger* wt.* *.core __stats