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.
This commit is contained in:
Andre Heinecke 2018-05-04 10:03:42 +02:00
parent 6b267c56fd
commit 26820ba629
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -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