From 26820ba62920acfe2775bce8fc2bc8b3f17b1c10 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 4 May 2018 10:03:42 +0200 Subject: [PATCH] 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. --- lang/qt/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/qt/Makefile.am b/lang/qt/Makefile.am index ab859609..a1b83e8d 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