summaryrefslogtreecommitdiff
path: root/trust/Makefile.am
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-05-29 15:06:04 +0200
committerDaiki Ueno <ueno@gnu.org>2017-05-29 17:28:51 +0200
commit350bd148d3181c564eeb884dadc37aaed7d3fb9b (patch)
treeb71d6ba3d7573772f3cbff32f290f0a5c3c07c87 /trust/Makefile.am
parent6738ade89f10516b589441282e95d5f13f6c1bdd (diff)
build: Delay building test programs until "make check"
This is to disable clang-analyzer against test programs, which can contain several false-positives.
Diffstat (limited to 'trust/Makefile.am')
-rw-r--r--trust/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \