From c04ec45346cf9172871df244f16d901ea167783b Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Mon, 14 Apr 2014 18:44:40 +1000 Subject: Implement more of checkpoint test program. --- test/checkpoint/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/checkpoint/Makefile.am') 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) -- cgit v1.2.1