From 80cc5fa809ebb3f213852312dea15cded00cc069 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 20 Nov 2016 16:05:45 -0500 Subject: chroot testing --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 # with them you will need to restart your computer. ########################################## +# requires root access +test-chroot: + cd test/chroot; ./chroot.sh | grep testing + # Huge appimage files, not included in "make dist" archive test-appimage: cd test/appimage; ./appimage.sh | grep TESTING @@ -268,6 +272,6 @@ test-overlay: # For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc" -test-all: test-root test-network test-appimage test-overlay test-fcopy test +test-all: test-root test-chroot test-network test-appimage test-overlay echo "TEST COMPLETE" \ No newline at end of file -- cgit v1.2.3-54-g00ecf