summaryrefslogtreecommitdiff
path: root/test/format/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/format/Makefile.am')
-rw-r--r--test/format/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/format/Makefile.am b/test/format/Makefile.am
new file mode 100644
index 00000000000..650f3d8f577
--- /dev/null
+++ b/test/format/Makefile.am
@@ -0,0 +1,6 @@
+BDB = $(top_builddir)/db
+INCLUDES = -I$(top_builddir) -I$(BDB)
+LDADD = -L$(top_builddir) -lwiredtiger -L$(BDB)/build_unix -ldb
+
+noinst_PROGRAMS = t
+t_SOURCES = config.h format.h bdb.c config.c t.c util.c wts.c