gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: test harness


From: gnunet
Subject: [taler-anastasis] branch master updated: test harness
Date: Thu, 31 Oct 2019 10:13:21 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 9e881b9  test harness
9e881b9 is described below

commit 9e881b904186303d92fbe0547a39db289d5bb8a9
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Oct 31 10:13:19 2019 +0100

    test harness
---
 src/backup-db/Makefile.am | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/backup-db/Makefile.am b/src/backup-db/Makefile.am
index 9e3645a..d7f6db5 100644
--- a/src/backup-db/Makefile.am
+++ b/src/backup-db/Makefile.am
@@ -24,3 +24,17 @@ libanastasis_plugin_db_postgres_la_LDFLAGS = \
   -lgnunetpq \
   -lpq \
   -lgnunetutil $(XLIB)
+
+
+TESTS = \
+ test_anastasis_db
+
+check_PROGRAMS = \
+ $(TESTS)
+
+test_anastasis_db_SOURCES = \
+  test_anastasis_db.c
+test_anastasis_db_LDADD = \
+  -lgnunetutil \
+  -lgnunetdb \
+  -ltalerutil 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]