aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-11-01 23:48:23 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-11-01 23:48:23 +0100
commit45538f1e08b04b23b483b56376add2d879670085 (patch)
tree1af82aea51f77beb707670fe69eafb01ed95f6bd /Makefile.in
parentREADME update (diff)
downloadfirejail-45538f1e08b04b23b483b56376add2d879670085.tar.gz
firejail-45538f1e08b04b23b483b56376add2d879670085.tar.zst
firejail-45538f1e08b04b23b483b56376add2d879670085.zip
ci: enable test-fs tests on github-ci
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e5d4ddd42..56e9bfc70 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,7 +243,7 @@ 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 246test-github: test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-arguments
247 echo "TEST COMPLETE" 247 echo "TEST COMPLETE"
248 248
249########################################## 249##########################################