mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
remove make test-sysutlis
This commit is contained in:
parent
2f6afc99d5
commit
e6b240b3fa
21 changed files with 2 additions and 577 deletions
5
Makefile
5
Makefile
|
|
@ -346,7 +346,6 @@ DISTFILES_TEST = \
|
|||
test/network \
|
||||
test/private-lib \
|
||||
test/profiles \
|
||||
test/sysutils \
|
||||
test/utils \
|
||||
test/help
|
||||
|
||||
|
|
@ -419,7 +418,7 @@ sort-profiles: $(PROFILES_INC) $(PROFILES_PRO)
|
|||
# make test
|
||||
#
|
||||
|
||||
TESTS=chroot profiles capabilities firecfg network apparmor appimage apps sysutils utils environment filters fs fcopy fnettrace fnetfilter private-etc seccomp-extra
|
||||
TESTS=chroot profiles capabilities firecfg network apparmor appimage apps utils environment filters fs fcopy fnettrace fnetfilter private-etc seccomp-extra
|
||||
TEST_TARGETS=$(patsubst %,test-%,$(TESTS))
|
||||
|
||||
$(TEST_TARGETS):
|
||||
|
|
@ -431,7 +430,7 @@ $(TEST_TARGETS):
|
|||
lab-setup:; uname -r; ldd --version | grep GLIBC; pwd; whoami; ip addr show; cat /etc/resolv.conf; cat /etc/hosts; ls /etc
|
||||
|
||||
.PHONY: test
|
||||
test: lab-setup test-profiles test-fcopy test-fnettrace test-fnetfilter test-fs test-private-etc test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-seccomp-extra
|
||||
test: lab-setup test-profiles test-fcopy test-fnettrace test-fnetfilter test-fs test-private-etc test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-seccomp-extra
|
||||
echo "TEST COMPLETE"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue