diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ make -j$(nproc) make test ``` +`make test` runs the server/protocol suite, the TUI unit tests and a docs/code +consistency check. Extra targets: `make test-asan` / `make test-ubsan` +(sanitizers) and `make test-pty` (drives the real TUI over a pty against a +throwaway `/tmp` daemon and asserts on screen text). + Produces `build/bokfd` (daemon), `build/bokfctl` (CLI) and `build/bokftui` (ncurses UI). Builds on x86_64 and arm64 (Armbian, Raspberry Pi, …). |
