diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-20 09:39:52 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-20 09:39:52 +0200 |
| commit | 8556122e8dcc75849868b4a04a65a5a79224cc20 (patch) | |
| tree | 97d9e59d99d0d749e6faa2c538cdfe570fdcfe96 /README.md | |
| parent | 6a06fd7a7afc5932e20410ba591475a13e2db51d (diff) | |
| download | bokf-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.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, …). |
