From 9c5f344d1fc606312ba254bcc2e7c1c1fbdea524 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 21 May 2024 16:03:34 +0200 Subject: [PATCH] doc UPDATE clarify how to start the server for tests --- lib/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index caaab750..abfcfe3a 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -33,6 +33,9 @@ if(NETOPEER2_LIB_TESTS) "/** * @brief Start netopeer2-server for all the test clients. * + * After the server is started, this function MUST return meaning a child + * process or something similar needs to be created. + * * Function implementation NEEDS TO BE PROVIDED. * * @param[in] pidfile_path Path to the server PID file.