diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c4949aba5..d288e390d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,10 +100,15 @@ doc = doc else doc = endif +if DISABLE_TESTS +tests = +else +tests = tests +endif SUBDIRS = m4 common regexp kbx \ ${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \ - tools po ${doc} tests + tools po ${doc} ${tests} dist_doc_DATA = README |