gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libfints] branch master updated: Export EBICS_PREFIX befor


From: gnunet
Subject: [GNUnet-SVN] [libfints] branch master updated: Export EBICS_PREFIX before running tests.
Date: Fri, 12 Oct 2018 15:42:17 +0200

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

marcello pushed a commit to branch master
in repository libfints.

The following commit(s) were added to refs/heads/master by this push:
     new a8a12fa  Export EBICS_PREFIX before running tests.
a8a12fa is described below

commit a8a12fa44d888251a8505caf6c2b17980d52243d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Oct 12 15:36:23 2018 +0200

    Export EBICS_PREFIX before running tests.
    
    This fixes the way the installation path
    is reconstructed, therefore making the test
    able to retrieve XML templates from the
    real prefix.
---
 src/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index a7ea9cc..33169d1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,9 @@ libebics_CPPFLAGS = \
   $(GNUTLS_CFLAGS) \
   $(ZLIB_CFLAGS)
 
+AM_TESTS_ENVIRONMENT = \
+  export EBICS_PREFIX=$(prefix);
+
 check_PROGRAMS = \
   tests
 

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



reply via email to

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