aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-08-14 08:29:40 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-08-14 08:29:40 -0400
commit0015315c4842bd7e5bc8b69418fa1758c13d78a0 (patch)
treef8631342423603733983232ba8ec12ad6f0383d0 /Makefile.in
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-0015315c4842bd7e5bc8b69418fa1758c13d78a0.tar.gz
firejail-0015315c4842bd7e5bc8b69418fa1758c13d78a0.tar.zst
firejail-0015315c4842bd7e5bc8b69418fa1758c13d78a0.zip
travis test
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d9d7bcd37..af30d860e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -270,6 +270,9 @@ test-fcopy:
270test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 270test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
271 echo "TEST COMPLETE" 271 echo "TEST COMPLETE"
272 272
273test-travis: test-profiles test-fcopy test-fs test-utils test-environment test-filters test-arguments
274 echo "TEST COMPLETE"
275
273########################################## 276##########################################
274# Individual tests, some of them require root access 277# Individual tests, some of them require root access
275# The tests are very intrussive, by the time you are done 278# The tests are very intrussive, by the time you are done