diff options
author | Sven Nierlein <sven@nierlein.de> | 2018-12-04 09:48:45 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-12-04 09:48:45 +0100 |
commit | 19be129ff8986511e82fb2c628c04c28a080210b (patch) | |
tree | 1f5bb64b3e46d882409e9fa5f917027ad60b47ba /Makefile.am | |
parent | c285edd2f34582c954a720317c3feba37aa1a33a (diff) | |
download | monitoring-plugins-19be129ff8986511e82fb2c628c04c28a080210b.tar.gz |
tests: enable plugins-root tests
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7e0d4131..df1bcbb3 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 |