Module: monitoring-plugins Branch: master Commit: 19be129ff8986511e82fb2c628c04c28a080210b Author: Sven Nierlein <s...@nierlein.de> Date: Tue Dec 4 09:48:45 2018 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=19be129
tests: enable plugins-root tests --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7e0d413..df1bcbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ test test-debug: if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi cd plugins && $(MAKE) $@ cd plugins-scripts && $(MAKE) $@ + cd plugins-root && $(MAKE) $@ # Solaris pkgmk BUILDDIR = build-solaris