aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-12 11:33:47 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-12 11:33:47 -0500
commit2d0d9a4080a5fd54c4914227843ae3e609bad1cb (patch)
tree1c69de02e21b42a652bad4a650b259635dd7ccdf /Makefile
parentgeary: fix opening hyperlinks via D-Bus (#5565) (diff)
downloadfirejail-2d0d9a4080a5fd54c4914227843ae3e609bad1cb.tar.gz
firejail-2d0d9a4080a5fd54c4914227843ae3e609bad1cb.tar.zst
firejail-2d0d9a4080a5fd54c4914227843ae3e609bad1cb.zip
rel 0.9.72 testing: cleanup make test-private-lib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c5d823cac..57a692817 100644
--- a/Makefile
+++ b/Makefile
@@ -268,16 +268,16 @@ scan-build: clean
268# make test 268# make test
269# 269#
270 270
271TESTS=profiles private-lib apps apps-x11 apps-x11-xorg sysutils utils environment filters fs fcopy fnetfilter 271TESTS=profiles apps apps-x11 apps-x11-xorg sysutils utils environment filters fs fcopy fnetfilter
272TEST_TARGETS=$(patsubst %,test-%,$(TESTS)) 272TEST_TARGETS=$(patsubst %,test-%,$(TESTS))
273 273
274$(TEST_TARGETS): 274$(TEST_TARGETS):
275 $(MAKE) -C test $(subst test-,,$@) 275 $(MAKE) -C test $(subst test-,,$@)
276 276
277test: test-profiles 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 277test: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters
278 echo "TEST COMPLETE" 278 echo "TEST COMPLETE"
279 279
280test-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 280test-noprofiles: test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters
281 echo "TEST COMPLETE" 281 echo "TEST COMPLETE"
282 282
283test-github: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment 283test-github: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment
@@ -288,6 +288,9 @@ test-github: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sy
288# The tests are very intrusive, by the time you are done 288# The tests are very intrusive, by the time you are done
289# with them you will need to restart your computer. 289# with them you will need to restart your computer.
290########################################## 290##########################################
291# private-lib is disabled by default in /etc/firejail/firejail.config
292test-private-lib:
293 $(MAKE) -C test $(subst test-,,$@)
291 294
292# a firejail-test account is required, public/private key setup 295# a firejail-test account is required, public/private key setup
293test-ssh: 296test-ssh: