aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db/Makefile.am
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-31 23:25:05 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-31 23:25:05 +0000
commitdbede4e41425901db53920524b4bb8f083d6ee44 (patch)
tree44e4245c80c0ee75796911a3f6756d9957474856 /tests/db/Makefile.am
parent6dbca34bd3c39b8c9172466c73fece067c590b04 (diff)
Move the db_test.c to a specific test directory
Diffstat (limited to 'tests/db/Makefile.am')
-rw-r--r--tests/db/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/db/Makefile.am b/tests/db/Makefile.am
new file mode 100644
index 000000000..936263b7e
--- /dev/null
+++ b/tests/db/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CFLAGS=-Wall
+
+noinst_PROGRAMS = db_test
+
+db_test_SOURCES = db_test.c $(top_srcdir)/src/db.c
+db_test_LDADD = -ldl -ldbi
+