Unverified Commit 76f34f13 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

drm/vc4: Improve the KUnit documentation



The command-line can be expressed using a code-block, and we were
missing which architectures were available.

Suggested-by: default avatarMaíra Canal <mcanal@igalia.com>
Reviewed-by: default avatarMaíra Canal <mcanal@igalia.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20221208094727.2848310-1-maxime@cerno.tech
parent 5eb9a431
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -61,8 +61,11 @@ The VC4 Driver uses KUnit to perform driver-specific unit and
integration tests.

These tests are using a mock driver and can be ran using the
command::
	./tools/testing/kunit/kunit.py run \
command below, on either arm or arm64 architectures,

.. code-block:: bash

	$ ./tools/testing/kunit/kunit.py run \
		--kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \
		--cross_compile aarch64-linux-gnu- --arch arm64