commit 386c230ce945394685a9a52cf9cbd33acac93ce7 from: Mark Jamsek via: Thomas Adam date: Wed Nov 27 20:56:51 2024 UTC briefly document the gotwebd test suite; ok stsp@ commit - 04f43d6dfa9bdbdf781811a2daebf20fc880ef32 commit + 386c230ce945394685a9a52cf9cbd33acac93ce7 blob - 9fa9da2f52a64f4adec86019d5f5a9d8b35cb2af blob + cb7d93f3202d086416078b5275bce08a29a9b2c4 --- README +++ README @@ -125,7 +125,15 @@ Documentation is available in manual pages: $ man -l gotwebd/gotwebd.8 $ man -l gotwebd/gotwebd.conf.5 +The gotwebd test suite must be started as root in order to start and stop +the gotwebd daemon. With the gotwebd binary installed, the test suite can +be run from the top-level directory: +$ doas make webd-regress + +The test suite switches to non-root users as appropriate. + + Got can be built with profiling enabled to debug performance issues. Note that profiled builds cannot make use of pledge(2). Profiling should only be enabled for one program at a time. Otherwise,