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:
Aksel Sjögren 2021-04-29 15:04:19 +02:00 committed by Jacob Hansen
parent 5ab03a7095
commit e712d5a6ef
No known key found for this signature in database
GPG key ID: 8FE936C265B721A9

View file

@ -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 */