Use pid_test only when compiling the plugin that uses it
authorDagobert Michelsen <dam@opencsw.org>
Mon, 1 Jul 2019 12:21:39 +0000 (14:21 +0200)
committerDagobert Michelsen <dam@opencsw.org>
Mon, 1 Jul 2019 12:21:39 +0000 (14:21 +0200)
Makefile.am

index 0821283..9b9698f 100644 (file)
@@ -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