From a1ff0c3fd38146915d70dced5e07593f3f1dc451 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 16 Jan 2026 08:54:26 -0500 Subject: [PATCH] testing --- Makefile | 4 ++-- test/apps/apps.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c0a6ab18c..307b16f69 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,7 @@ clean: .PHONY: distclean distclean: clean - $(RM) -r autom4te.cache config.log config.mk config.sh config.status + $(RM) -r autom4te.cache config.log config.mk config.sh config.status test/fnetfilter/outfile test/fnettrace/index.html test/chroot/unchroot .PHONY: install install: all config.mk @@ -418,7 +418,7 @@ sort-profiles: $(PROFILES_INC) $(PROFILES_PRO) # make test # -TESTS=profiles capabilities apps sysutils utils environment filters fs fcopy fnettrace fnetfilter private-etc seccomp-extra +TESTS=chroot profiles capabilities firecfg network apparmor appimage apps sysutils utils environment filters fs fcopy fnettrace fnetfilter private-etc seccomp-extra TEST_TARGETS=$(patsubst %,test-%,$(TESTS)) $(TEST_TARGETS): diff --git a/test/apps/apps.sh b/test/apps/apps.sh index 4fb39fd9f..cb8f6179f 100755 --- a/test/apps/apps.sh +++ b/test/apps/apps.sh @@ -7,7 +7,7 @@ export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) export LC_ALL=C -apps=(dsdfasdf firefox qbittorrent firefox-xephyr galculator lowriter firefox-xorg \ +apps=(firefox qbittorrent firefox-xephyr galculator lowriter firefox-xorg \ x11-none xterm-xorg xterm-xephyr) for app in "${apps[@]}"; do