Lines Matching full:make
15 code that can still test an older kernel and make sure it skips the test
48 $ make headers
49 $ make -C tools/testing/selftests
53 $ make -C tools/testing/selftests run_tests
57 $ make kselftest
69 $ make O=/tmp/kselftest kselftest
73 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
79 Kselftest supports "summary" option to make it easier to understand the test
86 $ make summary=1 kselftest
91 You can use the "TARGETS" variable on the make command line to specify
96 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
100 $ make TARGETS="size timers" kselftest
104 $ make O=/tmp/kselftest TARGETS="size timers" kselftest
108 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
110 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
134 $ make -C tools/testing/selftests hotplug
138 $ make -C tools/testing/selftests run_hotplug
146 You can use the "install" target of "make" (which calls the `kselftest_install.sh`
148 or in a user specified location via the `INSTALL_PATH` "make" variable.
152 $ make -C tools/testing/selftests install
156 $ make -C tools/testing/selftests install INSTALL_PATH=/some/other/path
209 $ make -C tools/testing/selftests gen_tar
213 specifying a `FORMAT` make variable. Any value recognized by `tar's auto-compress`_
216 $ make -C tools/testing/selftests gen_tar FORMAT=.xz
218 `make gen_tar` invokes `make install` so you can use it to package a subset of
222 $ make -C tools/testing/selftests gen_tar TARGETS="size" FORMAT=.xz
237 * Don't cause the top-level "make run_tests" to fail if your feature is
316 make -C tools/testing/selftests {all,install,clean,gen_tar}
317 make -C tools/testing/selftests {all,install,clean,gen_tar} O=abs_path
318 make -C tools/testing/selftests {all,install,clean,gen_tar} O=rel_path
362 make kselftest-merge
363 make modules
364 sudo make modules_install
365 make TARGETS=lib kselftest