aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-20 16:05:45 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-20 16:05:45 -0500
commit80cc5fa809ebb3f213852312dea15cded00cc069 (patch)
tree2f233a23c075a0dd2e89b32b37b09fce06b13058 /Makefile.in
parentseccomp work 2 (diff)
downloadfirejail-80cc5fa809ebb3f213852312dea15cded00cc069.tar.gz
firejail-80cc5fa809ebb3f213852312dea15cded00cc069.tar.zst
firejail-80cc5fa809ebb3f213852312dea15cded00cc069.zip
chroot testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d1f03c788..8251f9882 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -249,6 +249,10 @@ test: test-profiles test-fcopy test-fs test-utils test-environment test-apps te
249# with them you will need to restart your computer. 249# with them you will need to restart your computer.
250########################################## 250##########################################
251 251
252# requires root access
253test-chroot:
254 cd test/chroot; ./chroot.sh | grep testing
255
252# Huge appimage files, not included in "make dist" archive 256# Huge appimage files, not included in "make dist" archive
253test-appimage: 257test-appimage:
254 cd test/appimage; ./appimage.sh | grep TESTING 258 cd test/appimage; ./appimage.sh | grep TESTING
@@ -268,6 +272,6 @@ test-overlay:
268 272
269# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc" 273# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc"
270 274
271test-all: test-root test-network test-appimage test-overlay test-fcopy test 275test-all: test-root test-chroot test-network test-appimage test-overlay
272 echo "TEST COMPLETE" 276 echo "TEST COMPLETE"
273 \ No newline at end of file 277 \ No newline at end of file