From 14ba2065fdef8be9cc14747758228741ec9db94c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 May 2014 13:10:03 +0200 Subject: [PATCH] doc: Clarify test run --- libbsd.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: -------------------------------------------------------------------------------