You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:49:29 UTC

[buildstream] branch chandan/contrib-dependencies created (now 029110d)

This is an automated email from the ASF dual-hosted git repository.

root pushed a change to branch chandan/contrib-dependencies
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 029110d  fixup! Merge branch 'chandan/fix-utils-495' into 'master'

This branch includes the following new commits:

     new 029110d  fixup! Merge branch 'chandan/fix-utils-495' into 'master'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: fixup! Merge branch 'chandan/fix-utils-495' into 'master'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch chandan/contrib-dependencies
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 029110d0723e621c1adfdee98df647e12140da94
Author: Chandan Singh <ch...@chandansingh.net>
AuthorDate: Mon Aug 10 21:06:31 2020 +0100

    fixup! Merge branch 'chandan/fix-utils-495' into 'master'
---
 doc/source/hacking/using_the_testsuite.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/source/hacking/using_the_testsuite.rst b/doc/source/hacking/using_the_testsuite.rst
index 720c910..6fd1f07 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