Files
mongo/test/thread/Makefile.am
Keith Bostic e0633ed6ba WT-2508: test programs should remove test directories on the "clean" target
Pass over test programs, remove working directories in the clean target,
fix cut-and-paste (and other) problems where non-existent files were
removed.
2016-03-22 16:13:59 -04:00

13 lines
287 B
Makefile

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 WT_TEST __stats *.core