Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/
DMakefile98 SKIP_TARGETS ?= bpf macro
99 ifneq ($(SKIP_TARGETS),)
100 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS))
/Linux-v6.1/Documentation/dev-tools/
Dkselftest.rst100 Additionally you can use the "SKIP_TARGETS" variable on the make command
105 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
109 $ make SKIP_TARGETS="size timers" kselftest
114 $ make TARGETS="bpf breakpoints size timers" SKIP_TARGETS=bpf kselftest