From 350bd148d3181c564eeb884dadc37aaed7d3fb9b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 29 May 2017 15:06:04 +0200 Subject: build: Delay building test programs until "make check" This is to disable clang-analyzer against test programs, which can contain several false-positives. --- p11-kit/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'p11-kit') diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index 687223e..f2571d2 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -194,7 +194,7 @@ p11_kit_LIBS = \ libp11-common.la \ $(LTLIBINTL) -CHECK_PROGS += \ +check_PROGRAMS += \ test-progname \ test-util \ test-conf \ @@ -251,7 +251,7 @@ print_messages_LDADD = $(p11_kit_LIBS) frob_setuid_SOURCES = p11-kit/frob-setuid.c frob_setuid_LDADD = $(p11_kit_LIBS) -CHECK_PROGS += \ +check_PROGRAMS += \ test-virtual \ test-managed \ test-log \ -- cgit v1.1