aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-13 16:45:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-13 16:45:28 -0400
commitb88cef5db1132c1e6e94ae282f94d980a959bb15 (patch)
treea55248e6645e083bb8128a1165183c4a0f3f4b1c /Makefile.in
parent0.9.44~rc1 testing (diff)
downloadfirejail-b88cef5db1132c1e6e94ae282f94d980a959bb15.tar.gz
firejail-b88cef5db1132c1e6e94ae282f94d980a959bb15.tar.zst
firejail-b88cef5db1132c1e6e94ae282f94d980a959bb15.zip
testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3f08c5952..ad81c8851 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -195,6 +195,9 @@ test-apps:
195test-apps-x11: 195test-apps-x11:
196 cd test/apps-x11; ./apps-x11.sh | grep TESTING 196 cd test/apps-x11; ./apps-x11.sh | grep TESTING
197 197
198test-apps-x11-xorg:
199 cd test/apps-x11-xorg; ./apps-x11-xorg.sh | grep TESTING
200
198test-sysutils: 201test-sysutils:
199 cd test/sysutils; ./sysutils.sh | grep TESTING 202 cd test/sysutils; ./sysutils.sh | grep TESTING
200 203
@@ -213,5 +216,5 @@ test-network:
213test-fs: 216test-fs:
214 cd test/fs; ./fs.sh | grep TESTING 217 cd test/fs; ./fs.sh | grep TESTING
215 218
216test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-filters 219test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-xorg-x11 test-filters
217 echo "TEST COMPLETE" 220 echo "TEST COMPLETE"