Home
last modified time | relevance | path

Searched refs:SKIP_TARGETS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/
A DMakefile89 SKIP_TARGETS ?= bpf macro
90 ifneq ($(SKIP_TARGETS),)
91 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS))
/linux/Documentation/dev-tools/
A Dkselftest.rst92 Additionally you can use the "SKIP_TARGETS" variable on the make command
97 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
101 $ make SKIP_TARGETS="size timers" kselftest
106 $ make TARGETS="bpf breakpoints size timers" SKIP_TARGETS=bpf kselftest

Completed in 4 milliseconds