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