summaryrefslogtreecommitdiff
path: root/test/checkpoint/Makefile.am
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-04-14 18:44:40 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2014-04-14 18:44:40 +1000
commitc04ec45346cf9172871df244f16d901ea167783b (patch)
tree0c496ae62ea9ff1cd4b0d775e3f33a3e7c6ddb1e /test/checkpoint/Makefile.am
parent8cf922a33f78c034e19f46046c1e47e375d12c6e (diff)
downloadmongo-c04ec45346cf9172871df244f16d901ea167783b.tar.gz
Implement more of checkpoint test program.
Diffstat (limited to 'test/checkpoint/Makefile.am')
-rw-r--r--test/checkpoint/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/checkpoint/Makefile.am b/test/checkpoint/Makefile.am
index 9b5608d18bb..1271c295fc6 100644
--- a/test/checkpoint/Makefile.am
+++ b/test/checkpoint/Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include
noinst_PROGRAMS = t
t_LDADD = $(top_builddir)/libwiredtiger.la
-t_SOURCES = workers.c test_checkpoint.c
+t_SOURCES = checkpointer.c workers.c test_checkpoint.c
t_LDFLAGS = -static
TESTS = $(noinst_PROGRAMS)