X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2FMakefile.am;h=165609f9893e9298d0ecc64fd27ede7b16fd7a6d;hb=872126c9a7e0a8f8ae2b28217c12c27c35af5237;hp=99dc1584f62b2afbd4e14fbe201369012189711a;hpb=24c2f247f6dc5c17b26d715346a380efababb08f;p=collectd.git diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 99dc1584..165609f9 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -89,8 +89,8 @@ else collectd_LDADD += -loconfig endif -check_PROGRAMS = test_common test_utils_avltree test_utils_heap -TESTS = test_common test_utils_avltree test_utils_heap +check_PROGRAMS = test_common test_utils_avltree test_utils_heap test_utils_subst +TESTS = test_common test_utils_avltree test_utils_heap test_utils_subst test_common_SOURCES = common_test.c ../testing.h test_common_LDADD = libcommon.la libplugin_mock.la $(COMMON_LIBS) @@ -100,3 +100,7 @@ test_utils_avltree_LDADD = libavltree.la $(COMMON_LIBS) test_utils_heap_SOURCES = utils_heap_test.c ../testing.h test_utils_heap_LDADD = libheap.la $(COMMON_LIBS) + +test_utils_subst_SOURCES = utils_subst_test.c ../testing.h \ + utils_subst.c utils_subst.h +test_utils_subst_LDADD = libcommon.la libplugin_mock.la $(COMMON_LIBS)