aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db/Makefile.am')
-rw-r--r--tests/db/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/db/Makefile.am b/tests/db/Makefile.am
deleted file mode 100644
index 3d9722c50..000000000
--- a/tests/db/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS=-Wall -ggdb3
-
-noinst_PROGRAMS = db_test
-
-db_test_SOURCES = db_test.c
-db_test_LDADD = $(top_builddir)/src/libbsc.a -ldl -ldbi
-