X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=9b9698f349a4a859da6f38ca01412b81d7bddbe4;hb=24f43475d8897d91bb1e3c76cfb71efe8f4f36ad;hp=0821283b9949f795eb2a8ea17153bdb1b86e9bd9;hpb=9f8dc5668faf5432dcb1430017bd7a1c383c2453;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 0821283b..9b9698f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,8 +159,7 @@ check_PROGRAMS = \ test_utils_time \ test_utils_vl_lookup \ test_libcollectd_network_parse \ - test_utils_config_cores \ - test_utils_proc_pids + test_utils_config_cores TESTS = $(check_PROGRAMS) @@ -1089,6 +1088,7 @@ 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 endif