mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: fix whitespace in root Makefile
Related commits: *8a5ec7b10("some profile updates", 2023-01-18) *096c99664("testing", 2026-01-16)
This commit is contained in:
parent
56a8abab95
commit
324010c1ae
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -424,7 +424,6 @@ TEST_TARGETS=$(patsubst %,test-%,$(TESTS))
|
|||
$(TEST_TARGETS):
|
||||
$(MAKE) -C test $(subst test-,,$@)
|
||||
|
||||
|
||||
# extract some data about the testing setup: kernel, network connectivity, user
|
||||
.PHONY: lab-setup
|
||||
lab-setup:; uname -r; ldd --version | grep GLIBC; pwd; whoami; ip addr show; cat /etc/resolv.conf; cat /etc/hosts; ls /etc
|
||||
|
|
@ -432,6 +431,3 @@ lab-setup:; uname -r; ldd --version | grep GLIBC; pwd; whoami; ip addr show; cat
|
|||
.PHONY: test
|
||||
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"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue