summaryrefslogtreecommitdiff
path: root/bench/wtperf/Makefile.am
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-11-24 16:17:25 -0500
committerKeith Bostic <keith@wiredtiger.com>2013-11-24 16:17:25 -0500
commit05bad45ef74a3a569de92e199c1701802d05ce99 (patch)
treedd621a5350fee2045e3bd8f198ab76f3d44ba381 /bench/wtperf/Makefile.am
parent42d8a7cc8c02f42033e990cbf8be2faf46214a2b (diff)
downloadmongo-05bad45ef74a3a569de92e199c1701802d05ce99.tar.gz
In order to run make check on wtperf, need to pass it arguments,
do that with a simple shell script.
Diffstat (limited to 'bench/wtperf/Makefile.am')
-rw-r--r--bench/wtperf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/Makefile.am b/bench/wtperf/Makefile.am
index 6e22be13a91..c577314ff1c 100644
--- a/bench/wtperf/Makefile.am
+++ b/bench/wtperf/Makefile.am
@@ -8,7 +8,7 @@ wtperf_SOURCES =\
config.c misc.c wtperf.c wtperf.h wtperf_opt.i
# The benchmark can be run with no arguments as simple smoke tests
-TESTS = $(noinst_PROGRAMS)
+TESTS = smoke.sh
TESTS_ENVIRONMENT = rm -rf WT_TEST ; mkdir WT_TEST ;