[rtems-docs commit] user: Update the RSB BSP quick start to say where the tests are installed

Chris Johns chrisj at rtems.org
Tue Apr 28 01:32:28 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    b42e0518683acdfe346f470f9fcbbbb094b15b83
Changeset: http://git.rtems.org/rtems-docs/commit/?id=b42e0518683acdfe346f470f9fcbbbb094b15b83

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Apr 28 11:30:48 2020 +1000

user: Update the RSB BSP quick start to say where the tests are installed

Closes #3956

---

 user/start/bsp-build.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/user/start/bsp-build.rst b/user/start/bsp-build.rst
index 59da2fd..8bc6233 100644
--- a/user/start/bsp-build.rst
+++ b/user/start/bsp-build.rst
@@ -70,7 +70,9 @@ The RSB BSP build can be customised with following RSB command line options:
     Build the test suite. If ``yes`` is provided all tests in the testsuite are
     build. If ``no`` is provided no tests are built and if ``samples`` is
     provided only the sample executables are built, e.g.
-    ``--with-rtems-tests=yes``.
+    ``--with-rtems-tests=yes``. The test executables are install under the BSP
+    in the :file:`tests` directory and you can execute them with the
+    :ref:`tester and run command <rtems-tester-command>`.
 
 ``--with-rtems-smp``:
     Build with SMP support. The BSP has to have SMP support or this option will



More information about the vc mailing list