summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-08-10 21:06:31 +0100
committerChandan Singh <chandan@chandansingh.net>2020-08-10 21:06:31 +0100
commit029110d0723e621c1adfdee98df647e12140da94 (patch)
tree31a934decb64ad867eb84b31c57980c903e2a78c
parent06f406473e67a92ce5b2c8505d6f73fddb1f2726 (diff)
downloadbuildstream-chandan/contrib-dependencies.tar.gz
fixup! Merge branch 'chandan/fix-utils-495' into 'master'chandan/contrib-dependencies
-rw-r--r--doc/source/hacking/using_the_testsuite.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/hacking/using_the_testsuite.rst b/doc/source/hacking/using_the_testsuite.rst
index 720c910c4..6fd1f0734 100644
--- a/doc/source/hacking/using_the_testsuite.rst
+++ b/doc/source/hacking/using_the_testsuite.rst
@@ -33,6 +33,13 @@ For Debian-based systems::
apt install gcc python3-dev
+Installing runtime dependencies
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+To be able to run BuildStream from the tests, BuildStream's runtime
+dependencies must also be installed. Instructions on how to do so can be found
+in :ref:`install-dependencies`.
+
+
Running tests
~~~~~~~~~~~~~
To run the tests, simply navigate to the toplevel directory of your BuildStream