aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-20 09:39:52 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-20 09:39:52 +0200
commit8556122e8dcc75849868b4a04a65a5a79224cc20 (patch)
tree97d9e59d99d0d749e6faa2c538cdfe570fdcfe96 /README.md
parent6a06fd7a7afc5932e20410ba591475a13e2db51d (diff)
downloadbokf-8556122e8dcc75849868b4a04a65a5a79224cc20.tar.gz
bokf-8556122e8dcc75849868b4a04a65a5a79224cc20.zip
tests: wire check, pty and sanitizer targets and document them
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f13f5ed..8559ca2 100644
--- a/README.md
+++ b/README.md
@@ -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, …).