aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-29 12:09:26 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-29 12:09:26 -0400
commitb2b603eac941d2cdea97d7886dc7181c179a8160 (patch)
treeafb0c44459b96f331e07772959bd7e983a082a05 /Makefile.in
parentmerges (diff)
downloadfirejail-b2b603eac941d2cdea97d7886dc7181c179a8160.tar.gz
firejail-b2b603eac941d2cdea97d7886dc7181c179a8160.tar.zst
firejail-b2b603eac941d2cdea97d7886dc7181c179a8160.zip
testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7ed27c89d..465891ccc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -266,6 +266,10 @@ test-appimage:
266test-network: 266test-network:
267 cd test/network; ./network.sh | grep TESTING 267 cd test/network; ./network.sh | grep TESTING
268 268
269# requires the same setup as test-network
270test-stress:
271 cd test/stress; ./stress.sh | grep TESTING
272
269# Tesets running a root user 273# Tesets running a root user
270test-root: 274test-root:
271 cd test/root; su -c ./root.sh | grep TESTING 275 cd test/root; su -c ./root.sh | grep TESTING