From 32aac55875f324f8c3d85dad8483604eae65e3e8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Aug 2020 10:54:17 +0200 Subject: build: New configure option --disable-tests * configure.ac: Add option --disable-tests. Print warnings in the summary. (DISABLE_TESTS): New am_conditional. -- GnuPG-bug-id: 4960 --- g13/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'g13') diff --git a/g13/Makefile.am b/g13/Makefile.am index 1aac1b379..ef5671f21 100644 --- a/g13/Makefile.am +++ b/g13/Makefile.am @@ -24,7 +24,11 @@ bin_PROGRAMS = g13 sbin_PROGRAMS = g13-syshelp noinst_PROGRAMS = $(module_tests) +if DISABLE_TESTS +TESTS = +else TESTS = $(module_tests) +endif AM_CPPFLAGS = -- cgit v1.2.3