X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=f2732e1a2ea7b1f2b7b4ea29d5f964010510a20f;hb=70bcf9c6518b93d6615162b1f4c105d4d9d418ff;hp=9b9698f349a4a859da6f38ca01412b81d7bddbe4;hpb=fe3f0b5f0c2bbedd5edd97dae1e5cdcb7fb4e1a4;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 9b9698f3..f2732e1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -376,11 +376,6 @@ test_utils_config_cores_SOURCES = \ src/testing.h test_utils_config_cores_LDADD = libplugin_mock.la -test_utils_proc_pids_SOURCES = \ - src/utils/proc_pids/proc_pids_test.c \ - src/testing.h -test_utils_proc_pids_LDADD = libplugin_mock.la - libavltree_la_SOURCES = \ src/utils/avltree/avltree.c \ src/utils/avltree/avltree.h @@ -1088,8 +1083,14 @@ test_plugin_intel_rdt_CPPFLAGS = $(AM_CPPFLAGS) test_plugin_intel_rdt_LDFLAGS = $(PLUGIN_LDFLAGS) test_plugin_intel_rdt_LDADD = liboconfig.la libplugin_mock.la check_PROGRAMS += test_plugin_intel_rdt -TESTS += test_utils_proc_pids TESTS += test_plugin_intel_rdt + +test_utils_proc_pids_SOURCES = \ + src/utils/proc_pids/proc_pids_test.c \ + src/testing.h +test_utils_proc_pids_LDADD = libplugin_mock.la +check_PROGRAMS += test_utils_proc_pids +TESTS += test_utils_proc_pids endif if BUILD_PLUGIN_INTERFACE