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:
parent
6b267c56fd
commit
26820ba629
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user