mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
testing
This commit is contained in:
parent
096c99664f
commit
a1ff0c3fd3
2 changed files with 3 additions and 3 deletions
4
Makefile
4
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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue