Files
mongo/test/readonly/Makefile.am
Keith Bostic 96d266a085 WT-2466: Coverity 1352893 Buffer not null terminated #2566
Add the test directory to the local-clean target.
2016-03-11 10:26:36 -05:00

14 lines
317 B
Makefile

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include \
-I$(top_srcdir)/test/utility
noinst_PROGRAMS = t
t_SOURCES = readonly.c
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_RD* WiredTiger* *.core __*