Lines Matching refs: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
128 You can use the "install" target of "make" (which calls the `kselftest_install.sh`
130 or in a user specified location via the `INSTALL_PATH` "make" variable.
134 $ make -C tools/testing/selftests install
138 $ make -C tools/testing/selftests install INSTALL_PATH=/some/other/path
169 $ make -C tools/testing/selftests gen_tar
173 specifying a `FORMAT` make variable. Any value recognized by `tar's auto-compress`_
176 $ make -C tools/testing/selftests gen_tar FORMAT=.xz
178 `make gen_tar` invokes `make install` so you can use it to package a subset of
182 $ make -C tools/testing/selftests gen_tar TARGETS="bpf" FORMAT=.xz
197 * Don't cause the top-level "make run_tests" to fail if your feature is
266 make kselftest-merge
267 make modules
268 sudo make modules_install
269 make TARGETS=lib kselftest