summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
-------------------------------------------------------------------------------