summaryrefslogtreecommitdiff
path: root/bench/wtperf/Makefile.am
blob: b0893f9fdce01666d0b3b4ce47dd131cf861c89d (plain)
1
2
3
4
5
6
7
8
LDADD = $(top_builddir)/libwiredtiger.la

noinst_PROGRAMS = wtperf

# The benchmark can be run with no arguments as simple smoke tests
TESTS = $(noinst_PROGRAMS)

TESTS_ENVIRONMENT = rm -rf WT_TEST ; mkdir WT_TEST ;