From f7780b52f11c953966fab654bb5aa72634a2ff3b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 May 2015 14:36:49 +0200 Subject: pq test skeleton, not finished --- src/pq/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/pq/Makefile.am') diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index 341baa53c..8a5399fb1 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -15,6 +15,7 @@ libtalerpq_la_SOURCES = \ db_pq.c libtalerpq_la_LIBADD = \ + $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil \ -lpq $(XLIB) @@ -22,3 +23,17 @@ libtalerpq_la_LDFLAGS = \ $(POSTGRESQL_LDFLAGS) \ -version-info 0:0:0 \ -export-dynamic -no-undefined + +TESTS = \ + test_pq + +check_PROGRAMS= \ + test_pq + +test_pq_SOURCES = \ + test_pq.c +test_pq_LDADD = \ + libtalerpq.la \ + $(top_builddir)/src/util/libtalerutil.la \ + -lgnunetutil \ + -lpq $(XLIB) -- cgit v1.2.3