Lines Matching full:make
31 $ make -C tools/testing/selftests
35 $ make -C tools/testing/selftests run_tests
39 $ make kselftest
51 $ make O=/tmp/kselftest kselftest
55 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
61 Kselftest supports "summary" option to make it easier to understand the test
68 $ make summary=1 kselftest
73 You can use the "TARGETS" variable on the make command line to specify
78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
82 $ make TARGETS="size timers" kselftest
86 $ make O=/tmp/kselftest TARGETS="size timers" kselftest
90 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
92 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
116 $ make -C tools/testing/selftests hotplug
120 $ make -C tools/testing/selftests run_hotplug
165 * Don't cause the top-level "make run_tests" to fail if your feature is
234 make kselftest-merge
235 make modules
236 sudo make modules_install
237 make TARGETS=lib kselftest