Lines Matching full:testing
5 The kernel contains a set of "self tests" under the tools/testing/selftests/
31 $ make -C tools/testing/selftests
35 $ make -C tools/testing/selftests run_tests
78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
97 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
108 See the top-level tools/testing/selftests/Makefile for the list of all
116 $ make -C tools/testing/selftests hotplug
120 $ make -C tools/testing/selftests run_hotplug
129 tool) to install selftests in the default location (`tools/testing/selftests/kselftest_install`),
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
176 $ make -C tools/testing/selftests gen_tar FORMAT=.xz
182 $ make -C tools/testing/selftests gen_tar TARGETS="bpf" FORMAT=.xz
230 e.g: tools/testing/selftests/android/config
236 testing from within the kernel, one method of doing this is to create a
242 - ``tools/testing/kselftest/kselftest_module.h``
243 - ``tools/testing/kselftest/kselftest/module.sh``
254 e.g. ``tools/testing/selftests/lib/printf.sh``
256 3. Add line to config file e.g. ``tools/testing/selftests/lib/config``
258 4. Add test script to makefile e.g. ``tools/testing/selftests/lib/Makefile``
282 #include "../tools/testing/selftests/kselftest/module.h"
287 * Kernel module for testing the foobinator
318 test harness is for userspace testing, for kernel space testing see `Test
321 The tests from tools/testing/selftests/seccomp/seccomp_bpf.c can be used as
327 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h
334 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h
342 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h
345 .. kernel-doc:: tools/testing/selftests/kselftest_harness.h