aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-24 20:17:08 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-24 21:44:57 +0200
commit300efec3510971d61c4a4aecb90eda3cdaff8499 (patch)
treefa20a72c9b9b871c1b5dacc0ae14a12574d01a33 /Makefile.in
parentrefactor test targets and let build fail on test errors (diff)
downloadfirejail-300efec3510971d61c4a4aecb90eda3cdaff8499.tar.gz
firejail-300efec3510971d61c4a4aecb90eda3cdaff8499.tar.zst
firejail-300efec3510971d61c4a4aecb90eda3cdaff8499.zip
let github CI run tests
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 bc0fa0096..e34a38ab6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,6 +243,9 @@ test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils
243test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments 243test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments
244 echo "TEST COMPLETE" 244 echo "TEST COMPLETE"
245 245
246test-github: test-fcopy test-fnetfilter test-utils test-sysutils test-environment test-arguments
247 echo "TEST COMPLETE"
248
246########################################## 249##########################################
247# Individual tests, some of them require root access 250# Individual tests, some of them require root access
248# The tests are very intrusive, by the time you are done 251# The tests are very intrusive, by the time you are done