summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-16 13:10:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-16 13:36:40 +0200
commit14ba2065fdef8be9cc14747758228741ec9db94c (patch)
tree021f8399bb4f8104431c2e9d9d8851c30d029301
parentdoc: Clarify linkcmds sections (diff)
downloadrtems-libbsd-14ba2065fdef8be9cc14747758228741ec9db94c.tar.bz2
doc: Clarify test run
-rw-r--r--libbsd.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 488afdb1..b434b47d 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -144,6 +144,22 @@ make
make run_tests
-------------------------------------------------------------------------------
+You can only run the tests directly in case a test runner is available. The
+following tests run without an external network. It is strongly advised to run
+them.
+
+* commands01
+* init01
+* loopback01
+* rwlock01
+* selectpollkqueue01
+* sleep01
+* swi01
+* syscalls01
+* thread01
+* timeout01
+* unix01
+
To install the BSD library use this:
-------------------------------------------------------------------------------