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. --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index 54d3f4e..daa6fa2 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -54,7 +54,7 @@ common_LIBS = \ libp11-common.la \ $(NULL) -CHECK_PROGS += \ +check_PROGRAMS += \ test-tests \ test-compat \ test-hash \ -- cgit v1.1