aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c4f7dd457..a3cfbbdda 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -29,7 +29,13 @@
#
#SUBDIRS = . ${pkits}
-SUBDIRS = openpgp
+if RUN_GPG_TESTS
+openpgp = openpgp
+else
+openpgp =
+endif
+
+SUBDIRS = ${openpgp}
GPGSM = ../sm/gpgsm