This is to disable clang-analyzer against test programs, which can
contain several false-positives.
bin_PROGRAMS =
private_PROGRAMS =
-
-CHECK_PROGS =
+check_PROGRAMS =
CLEANFILES =
lib_LTLIBRARIES =
noinst_LTLIBRARIES =
-noinst_PROGRAMS = $(CHECK_PROGS)
+noinst_PROGRAMS =
noinst_SCRIPTS =
-TESTS = $(CHECK_PROGS)
+TESTS = $(check_PROGRAMS)
moduledir = $(p11_module_path)
module_LTLIBRARIES =
libp11-common.la \
$(NULL)
-CHECK_PROGS += \
+check_PROGRAMS += \
test-tests \
test-compat \
test-hash \
libp11-common.la \
$(LTLIBINTL)
-CHECK_PROGS += \
+check_PROGRAMS += \
test-progname \
test-util \
test-conf \
frob_setuid_SOURCES = p11-kit/frob-setuid.c
frob_setuid_LDADD = $(p11_kit_LIBS)
-CHECK_PROGS += \
+check_PROGRAMS += \
test-virtual \
test-managed \
test-log \
trust/digest.c \
$(NULL)
-CHECK_PROGS += \
+check_PROGRAMS += \
test-digest \
test-asn1 \
test-base64 \