X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=a389b3c429c7bd712d349fa515a6bcd0de28f8b5;hb=6188d7d378e3598f8794c03530bb12f335235f4c;hp=0601ce9f7e7ab97262b34e11dcb88c136179e842;hpb=98e38add333bfcb893fcde408ecf3a0c43d99e31;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 0601ce9f..a389b3c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1284,9 +1284,12 @@ test_plugin_virt_CPPFLAGS = $(AM_CPPFLAGS) \ test_plugin_virt_LDFLAGS = $(PLUGIN_LDFLAGS) test_plugin_virt_LDADD = daemon/libplugin_mock.la \ $(BUILD_WITH_LIBVIRT_LIBS) $(BUILD_WITH_LIBXML2_LIBS) -check_PROGRAMS += test_plugin_virt -TESTS += test_plugin_virt - +# TODO: enable once we support only modern libvirts which depends on libnl-3 +# the libvirt on wheezy is linked in libnl v1, and there is a small leak here, +# triggered by the library initialization. There are no means to avoid it, +# and libvirt switched to libnl3 anyway +#check_PROGRAMS += test_plugin_virt +#TESTS += test_plugin_virt endif if BUILD_PLUGIN_VMEM