Lines Matching full:example
72 contains any other config options required by the tests (For example:
83 We can then add any other Kconfig options. For example:
97 (For example: ``make menuconfig``) to adjust other config options.
160 example: if we only want to run KUnit resource tests, use:
183 for example: i386, x86_64, arm and so on; run on qemu.
190 binaries such as GCC. For example:
206 example:
220 instance of ``QemuArchParams`` assigned to it. See example in:
225 ``--arch`` flag. For example: using
253 compiling a kernel (using ``build`` or ``run`` commands). For example:
267 file. For example:
274 and their dependencies. For example, to run tests for a given subsystem.
277 appended to the ``.kunitconfig`` file. For example:
285 For example, i386, x86_64, arm, um, etc. Non-UML architectures run on qemu.
291 binaries such as GCC. For example:
304 - ``--qemu_args``: Specifies additional qemu arguments, for example, ``-smp 8``.
327 - ``--filter``: Specifies filters on test attributes, for example, ``speed!=slow``.
329 by commas. Example: ``--filter "speed>slow, module=example"``.