diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 693284c6d..9cecc17b2 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -54,7 +54,11 @@ if MAINTAINER_MODE noinst_PROGRAMS += gpgcompose endif noinst_PROGRAMS += $(module_tests) +if DISABLE_TESTS +TESTS = +else TESTS = $(module_tests) +endif TESTS_ENVIRONMENT = \ abs_top_srcdir=$(abs_top_srcdir) |