Lines Matching refs:make
15 code that can still test an older kernel and make sure it skips the test
39 $ make -C tools/testing/selftests
43 $ make -C tools/testing/selftests run_tests
47 $ make kselftest
59 $ make O=/tmp/kselftest kselftest
63 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
69 Kselftest supports "summary" option to make it easier to understand the test
76 $ make summary=1 kselftest
81 You can use the "TARGETS" variable on the make command line to specify
86 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
90 $ make TARGETS="size timers" kselftest
94 $ make O=/tmp/kselftest TARGETS="size timers" kselftest
98 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
100 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
124 $ make -C tools/testing/selftests hotplug
128 $ make -C tools/testing/selftests run_hotplug
136 You can use the "install" target of "make" (which calls the `kselftest_install.sh`
138 or in a user specified location via the `INSTALL_PATH` "make" variable.
142 $ make -C tools/testing/selftests install
146 $ make -C tools/testing/selftests install INSTALL_PATH=/some/other/path
177 $ make -C tools/testing/selftests gen_tar
181 specifying a `FORMAT` make variable. Any value recognized by `tar's auto-compress`_
184 $ make -C tools/testing/selftests gen_tar FORMAT=.xz
186 `make gen_tar` invokes `make install` so you can use it to package a subset of
190 $ make -C tools/testing/selftests gen_tar TARGETS="bpf" FORMAT=.xz
205 * Don't cause the top-level "make run_tests" to fail if your feature is
261 make -C tools/testing/selftests {all,install,clean,gen_tar}
262 make -C tools/testing/selftests {all,install,clean,gen_tar} O=abs_path
263 make -C tools/testing/selftests {all,install,clean,gen_tar} O=rel_path
307 make kselftest-merge
308 make modules
309 sudo make modules_install
310 make TARGETS=lib kselftest