aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-07 14:52:37 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-07 14:52:37 -0500
commitc0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1 (patch)
tree589023cc9372bc082123b143e2dd11be3894b9af /Makefile.in
parentgcov support (diff)
downloadfirejail-c0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1.tar.gz
firejail-c0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1.tar.zst
firejail-c0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1.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 1861fb7ca..d93eee502 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -215,13 +215,16 @@ test-environment:
215test-filters: 215test-filters:
216 cd test/filters; ./filters.sh | grep TESTING 216 cd test/filters; ./filters.sh | grep TESTING
217 217
218test-arguments:
219 cd test/arguments; ./arguments.sh | grep TESTING
220
218test-network: 221test-network:
219 echo "Please read test/network/README file and run the test manually" 222 echo "Please read test/network/README file and run the test manually"
220 223
221test-fs: 224test-fs:
222 cd test/fs; ./fs.sh | grep TESTING 225 cd test/fs; ./fs.sh | grep TESTING
223 226
224test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters 227test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
225 echo "TEST COMPLETE" 228 echo "TEST COMPLETE"
226 229
227gcov:; 230gcov:;