aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-28 09:51:26 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-28 09:51:26 -0500
commit27c4d069f322fbeca07c88e0e96208233103a5db (patch)
treefb4b4fdc75eb5e633ab55b8228a60f54176446a0 /Makefile
parentfix cppcheck/scan-build problems (diff)
downloadfirejail-27c4d069f322fbeca07c88e0e96208233103a5db.tar.gz
firejail-27c4d069f322fbeca07c88e0e96208233103a5db.tar.zst
firejail-27c4d069f322fbeca07c88e0e96208233103a5db.zip
chroot testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index d7e2eb209..6814e8ddf 100644
--- a/Makefile
+++ b/Makefile
@@ -393,10 +393,6 @@ test-github: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-uti
393test-private-lib: 393test-private-lib:
394 $(MAKE) -C test $(subst test-,,$@) 394 $(MAKE) -C test $(subst test-,,$@)
395 395
396# a firejail-test account is required, public/private key setup
397test-ssh:
398 $(MAKE) -C test $(subst test-,,$@)
399
400# requires root access 396# requires root access
401test-chroot: 397test-chroot:
402 $(MAKE) -C test $(subst test-,,$@) 398 $(MAKE) -C test $(subst test-,,$@)
@@ -410,19 +406,8 @@ test-appimage:
410test-network: 406test-network:
411 $(MAKE) -C test $(subst test-,,$@) 407 $(MAKE) -C test $(subst test-,,$@)
412 408
413# requires the same setup as test-network
414test-stress:
415 $(MAKE) -C test $(subst test-,,$@)
416
417# Tests running a root user
418test-root:
419 $(MAKE) -C test $(subst test-,,$@)
420
421# OverlayFS is not available on all platforms 409# OverlayFS is not available on all platforms
422test-overlay: 410test-overlay:
423 $(MAKE) -C test $(subst test-,,$@) 411 $(MAKE) -C test $(subst test-,,$@)
424 412
425# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc" 413# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc"
426
427test-all: test-root test-chroot test-network test-appimage test-overlay
428 echo "TEST COMPLETE"