[monitoring-plugins] tests: enable plugins-root tests
Sven Nierlein <[email protected]> Fri, 7 Dec 2018 10:40:18 +0100 (CET)
| Newsgroups | gmane.network.nagios.cvs |
|---|---|
| Message-ID | <20181207094018.18328200850D__10168.5864072808$1544175494$gmane$org@orwell.monitoring-plugins.org> |
Module: monitoring-plugins Branch: master Commit: 19be129ff8986511e82fb2c628c04c28a080210b Author: Sven Nierlein <[email protected]> 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