Lines Matching refs: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.
188 binaries such as GCC. For example:
204 example:
218 instance of ``QemuArchParams`` assigned to it. See example in:
223 ``--arch`` flag. For example: using
251 compiling a kernel (using ``build`` or ``run`` commands). For example:
265 file. For example:
272 and their dependencies. For example, to run tests for a given subsystem.
275 appended to the ``.kunitconfig`` file. For example:
283 For example, i386, x86_64, arm, um, etc. Non-UML architectures run on qemu.
289 binaries such as GCC. For example:
302 - ``--qemu_args``: Specifies additional qemu arguments, for example, ``-smp 8``.