aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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