diff options
author | Sven Nierlein <sven@nierlein.de> | 2018-12-04 08:48:45 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-12-04 08:48:45 (GMT) |
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 7e0d413..df1bcbb 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -34,6 +34,7 @@ test test-debug: | |||
34 | if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi | 34 | if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi |
35 | cd plugins && $(MAKE) $@ | 35 | cd plugins && $(MAKE) $@ |
36 | cd plugins-scripts && $(MAKE) $@ | 36 | cd plugins-scripts && $(MAKE) $@ |
37 | cd plugins-root && $(MAKE) $@ | ||
37 | 38 | ||
38 | # Solaris pkgmk | 39 | # Solaris pkgmk |
39 | BUILDDIR = build-solaris | 40 | BUILDDIR = build-solaris |