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 c3f9d6f1e..e8e975342 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -54,7 +54,11 @@ endif #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) |