Lines Matching full:testing
5 The kernel contains a set of "self tests" under the tools/testing/selftests/
41 testing-devices
49 $ make -C tools/testing/selftests
53 $ make -C tools/testing/selftests run_tests
96 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
115 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
126 See the top-level tools/testing/selftests/Makefile for the list of all
134 $ make -C tools/testing/selftests hotplug
138 $ make -C tools/testing/selftests run_hotplug
147 tool) to install selftests in the default location (`tools/testing/selftests/kselftest_install`),
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
216 $ make -C tools/testing/selftests gen_tar FORMAT=.xz
222 $ make -C tools/testing/selftests gen_tar TARGETS="size" FORMAT=.xz
241 testing quality and to capture failures/errors with specific details.
287 * the part of paths below tools/testing/selftests/ is preserved when
302 e.g: tools/testing/selftests/android/config
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
324 testing from within the kernel, one method of doing this is to create a
330 - ``tools/testing/selftests/kselftest_module.h``
331 - ``tools/testing/selftests/kselftest/module.sh``
334 happen automatically for modules which are in the ``tools/testing/``
350 e.g. ``tools/testing/selftests/lib/printf.sh``
352 3. Add line to config file e.g. ``tools/testing/selftests/lib/config``
354 4. Add test script to makefile e.g. ``tools/testing/selftests/lib/Makefile``
378 #include "../tools/testing/selftests/kselftest_module.h"
383 * Kernel module for testing the foobinator
415 test harness is for userspace testing, for kernel space testing see `Test
418 The tests from tools/testing/selftests/seccomp/seccomp_bpf.c can be used as
424 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h
431 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h
439 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h
442 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h