remove make test-sysutlis

This commit is contained in:
netblue30 2026-01-16 13:16:34 -05:00
parent 2f6afc99d5
commit e6b240b3fa
21 changed files with 2 additions and 577 deletions

View file

@ -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"