diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-13 08:59:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-13 08:59:34 +0300 |
| commit | 5628e43ae771cfe3bc057375966621b3bfb48846 (patch) | |
| tree | e2a3b3b9dde58ce7eefb5835db81fe657cc02069 /Justfile | |
| parent | a04d9d3520404066100600cc90cb2274822ad2cb (diff) | |
q2: add host-side unit test harness
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ rebuild: quick: just build && just install +# Run host unit tests (TZ=UTC for deterministic localtime/streak checks) +test: + make -C tests test + # Build with DEBUG=1 compile flag debug-build: DEBUG=1 pebble build |
