[git] GPGME - branch, master, updated. gpgme-1.11.1-4-g26820ba

by Andre Heinecke cvs at cvs.gnupg.org
Fri May 4 10:04:21 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  26820ba62920acfe2775bce8fc2bc8b3f17b1c10 (commit)
      from  6b267c56fd6e54fb1c254455c04495534260b547 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 26820ba62920acfe2775bce8fc2bc8b3f17b1c10
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri May 4 10:03:42 2018 +0200

    qt: Respect --disable-gpg-test for tests
    
    * lang/qt/Makefile.am: Respect --disable-gpg-test
    
    --
    This is similar to the core switch to disable the tests.

diff --git a/lang/qt/Makefile.am b/lang/qt/Makefile.am
index ab85960..a1b83e8 100644
--- a/lang/qt/Makefile.am
+++ b/lang/qt/Makefile.am
@@ -19,6 +19,12 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA
 
-SUBDIRS = src tests doc
+if RUN_GPG_TESTS
+tests = tests
+else
+tests =
+endif
+
+SUBDIRS = src ${tests} doc
 
 EXTRA_DIST = README

-----------------------------------------------------------------------

Summary of changes:
 lang/qt/Makefile.am | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list