mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 06:08:38 -04:00
Add test-debug for plugins-root
Fixes "No rule to make target 'test-debug'" when running "make test-debug" in root dir.
This commit is contained in:
parent
5ab03a7095
commit
e712d5a6ef
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ TESTS = @PLUGIN_TEST@
|
|||
test:
|
||||
perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
|
||||
|
||||
test-debug:
|
||||
NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
|
||||
|
||||
setuid_root_mode = ug=rx,u+s
|
||||
|
||||
# /* Author Coreutils team - see ACKNOWLEDGEMENTS */
|
||||
|
|
|
|||
Loading…
Reference in a new issue