aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-03 17:05:15 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-03 17:05:15 -0500
commit5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6 (patch)
tree05f5bf6a177ce561d1bc27dda435c713b4e71b85 /Makefile
parentcleanup (diff)
downloadfirejail-5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6.tar.gz
firejail-5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6.tar.zst
firejail-5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6.zip
more testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc543f8c4..8e03744fd 100644
--- a/Makefile
+++ b/Makefile
@@ -392,6 +392,13 @@ test-chroot:
392test-network: 392test-network:
393 $(MAKE) -C test $(subst test-,,$@) 393 $(MAKE) -C test $(subst test-,,$@)
394 394
395# using sudo; not included in "make dist" and "make test"
396test-apparmor:
397 $(MAKE) -C test $(subst test-,,$@)
398
399# using sudo; not included in "make dist" and "make test"
400test-firecfg:
401 $(MAKE) -C test $(subst test-,,$@)
395 402
396 403
397# old gihub test; the new test is driven directly from .github/workflows/build.yml 404# old gihub test; the new test is driven directly from .github/workflows/build.yml