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. --- trust/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/Makefile.am') diff --git a/trust/Makefile.am b/trust/Makefile.am index 2ae62d4..ba9c738 100644 --- a/trust/Makefile.am +++ b/trust/Makefile.am @@ -144,7 +144,7 @@ libtrust_test_la_SOURCES = \ trust/digest.c \ $(NULL) -CHECK_PROGS += \ +check_PROGRAMS += \ test-digest \ test-asn1 \ test-base64 \ -- cgit v1.1