projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15665f
)
Use pid_test only when compiling the plugin that uses it
author
Dagobert Michelsen
<dam@opencsw.org>
Mon, 1 Jul 2019 12:21:39 +0000
(14:21 +0200)
committer
Matthias Runge
<mrunge@redhat.com>
Tue, 2 Jul 2019 09:36:32 +0000
(11:36 +0200)
(cherry picked from commit
a7401cc81d05bf4f230aaf35e4109a23b60fc546
)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
0821283
..
9b9698f
100644
(file)
--- 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