From b82a593dbbf5cf4332bd473e17421d230dbeeff8 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 5 Mar 2015 15:59:22 +0100 Subject: db: Add testcase for DB layer --- src/mint/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/mint/Makefile.am') diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am index af0b48e84..19fba62f0 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am @@ -101,7 +101,8 @@ taler_mint_dbinit_LDFLAGS = $(POSTGRESQL_LDFLAGS) check_PROGRAMS = \ test-mint-deposits \ - test-mint-common + test-mint-common \ + test-mint-db test_mint_deposits_SOURCES = \ test_mint_deposits.c @@ -120,3 +121,11 @@ test_mint_common_LDADD = \ $(top_srcdir)/src/util/libtalerutil.la \ $(top_srcdir)/src/pq/libtalerpq.la \ -lgnunetutil + +test_mint_db_SOURCES = \ + test_mint_db.c +test_mint_db_LDADD = \ + libtalermint_common.la \ + $(top_srcdir)/src/util/libtalerutil.la \ + $(top_srcdir)/src/pq/libtalerpq.la \ + -lgnunetutil -- cgit v1.2.3