summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/runtime-testing.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index be1e8c02e5..1a2e9ec4fe 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -52,6 +52,8 @@ In order to run tests, you need to do the following:
52 - Be sure to use an absolute path when calling this script 52 - Be sure to use an absolute path when calling this script
53 with sudo. 53 with sudo.
54 54
55 - Ensure that your host has the package ``iptables`` installed.
56
55 - The package recipe ``qemu-helper-native`` is required to run 57 - The package recipe ``qemu-helper-native`` is required to run
56 this script. Build the package using the following command:: 58 this script. Build the package using the following command::
57 59