summaryrefslogtreecommitdiff
path: root/progs/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2019-12-15 10:52:55 -0800
committerAndrew G. Morgan <morgan@kernel.org>2019-12-15 10:52:55 -0800
commitdada271ca4e9604a0373e39bc7621c95084d78ea (patch)
treeebf45eec80164e294184bb828c144f47eb5c9661 /progs/Makefile
parent2b5f5635be6131d7e89b4c6244b29f32ebd163c1 (diff)
downloadlibcap2-dada271ca4e9604a0373e39bc7621c95084d78ea.tar.gz
Break out test into two parts: test or sudotest.
The latter will invoke tests with sudo. Not all builds can support this, but we do need a convenient way to test this stuff... Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'progs/Makefile')
-rw-r--r--progs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/Makefile b/progs/Makefile
index 4d97454..4c24f16 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -35,6 +35,8 @@ ifeq ($(RAISE_SETFCAP),yes)
endif
test: $(PROGS)
+
+sudotest: test
sudo ./quicktest.sh
clean: