From c79aa14295f907ffac0cf5555515602b7393b8b6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 9 Mar 2023 08:39:25 -0500 Subject: testing --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a0482848..98f368789 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ codespell: clean # make test # -TESTS=profiles capabilities apps apps-x11 apps-x11-xorg sysutils utils environment filters fs fcopy fnetfilter private-etc +TESTS=profiles capabilities apps apps-x11 apps-x11-xorg sysutils utils environment filters fs fcopy fnetfilter private-etc seccomp-extra TEST_TARGETS=$(patsubst %,test-%,$(TESTS)) $(TEST_TARGETS): @@ -378,7 +378,7 @@ $(TEST_TARGETS): # extract some data about the testing setup: kernel, network connectivity, user lab-setup:; uname -r; ldd --version | grep GLIBC; pwd; whoami; ip addr show; cat /etc/resolv.conf; cat /etc/hosts; ls /etc -test: lab-setup test-profiles test-fcopy 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: lab-setup test-profiles test-fcopy 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 echo "TEST COMPLETE" test-noprofiles: lab-setup test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters -- cgit v1.2.3-70-g09d2