@@ -136,4 +136,4 @@ provide the following command:
$ cd qemu-build-dir
$ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
- meson test --suite thorough func-arm-arm_bpim2u
+ pyvenv/bin/meson test --suite thorough func-arm-arm_bpim2u
@@ -262,4 +262,4 @@ provide the following command from the build directory:
.. code-block:: bash
$ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
- meson test --suite thorough func-arm-arm_orangepi
+ pyvenv/bin/meson test --suite thorough func-arm-arm_orangepi
@@ -57,11 +57,12 @@ directory:
meson test qtest-x86_64/qos-test
ethtool can test register accesses, interrupts, etc. It is automated as an
-functional test and can be ran with the following command:
+functional test and can be run from the build directory with the following
+command:
.. code:: shell
- meson test --suite thorough func-x86_64-netdev_ethtool
+ pyvenv/bin/meson test --suite thorough func-x86_64-netdev_ethtool
References
==========