Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/
H A DMakefile143 SKIP_TARGETS ?= bpf sched_ext macro
144 ifneq ($(SKIP_TARGETS),)
145 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS))
/linux-6.15/Documentation/dev-tools/
H A Dkselftest.rst110 Additionally you can use the "SKIP_TARGETS" variable on the make command
115 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
119 $ make SKIP_TARGETS="size timers" kselftest
124 $ make TARGETS="breakpoints size timers" SKIP_TARGETS=size kselftest