Lines Matching refs:make
22 $ make -C tools/testing/selftests
26 $ make -C tools/testing/selftests run_tests
30 $ make kselftest
34 Build and run from user specific object directory (make O=dir)::
36 $ make O=/tmp/kselftest kselftest
38 Build and run KBUILD_OUTPUT directory (make KBUILD_OUTPUT=)::
40 $ make KBUILD_OUTPUT=/tmp/kselftest kselftest
42 The above commands run the tests and print pass/fail summary to make it
49 You can use the "TARGETS" variable on the make command line to specify
54 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
58 $ make TARGETS="size timers" kselftest
60 Build and run from user specific object directory (make O=dir)::
62 $ make O=/tmp/kselftest TARGETS="size timers" kselftest
64 Build and run KBUILD_OUTPUT directory (make KBUILD_OUTPUT=)::
66 $ make KBUILD_OUTPUT=/tmp/kselftest TARGETS="size timers" kselftest
68 The above commands run the tests and print pass/fail summary to make it
80 $ make -C tools/testing/selftests hotplug
84 $ make -C tools/testing/selftests run_hotplug
129 * Don't cause the top-level "make run_tests" to fail if your feature is