]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Add utils_cache_test to the Makefile.am
authorBarbara Kaczorowska <bkjg@google.com>
Fri, 14 Aug 2020 12:22:03 +0000 (12:22 +0000)
committerBarbara Kaczorowska <bkjg@google.com>
Wed, 19 Aug 2020 07:42:07 +0000 (07:42 +0000)
Makefile.am

index 3ad6e90f08f31e8790c0abcc53a91e305f05b5c4..ea39c09dd7dab367ed0c216fea8e77bbed786598 100644 (file)
@@ -151,6 +151,7 @@ check_LTLIBRARIES = \
 
 
 check_PROGRAMS = \
+    test_utils_cache \
        test_common \
        test_distribution \
        test_format_graphite \
@@ -345,6 +346,10 @@ if BUILD_AIX
 collectd_tg_LDADD += -lm
 endif
 
+test_utils_cache_SOURCES = \
+    src/daemon/utils_cache_test.c \
+    src/testing.h
+test_utils_cache_LDADD = libmetric.la libplugin_mock.la
 
 test_common_SOURCES = \
        src/utils/common/common_test.c \