aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-11-08 09:37:22 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2020-11-08 09:37:22 -0500
commitbc068c6745767b7567eb89570418357fd4b5cf26 (patch)
tree1288d687fae6990de8795302716009bba21a81af /Makefile.in
parentfull ci test (diff)
downloadfirejail-bc068c6745767b7567eb89570418357fd4b5cf26.tar.gz
firejail-bc068c6745767b7567eb89570418357fd4b5cf26.tar.zst
firejail-bc068c6745767b7567eb89570418357fd4b5cf26.zip
adding test-profiles to ci test
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 169b1f8cb..623c8bd39 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -240,7 +240,7 @@ test: test-profiles test-private-lib test-fcopy test-fnetfilter test-fs test-uti
240test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 240test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
241 echo "TEST COMPLETE" 241 echo "TEST COMPLETE"
242 242
243test-github: test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-arguments 243test-github: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-arguments
244 echo "TEST COMPLETE" 244 echo "TEST COMPLETE"
245 245
246########################################## 246##########################################