From 5628e43ae771cfe3bc057375966621b3bfb48846 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 13 Apr 2026 08:59:34 +0300 Subject: q2: add host-side unit test harness --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Justfile') diff --git a/Justfile b/Justfile index 53268f5..54d1235 100644 --- a/Justfile +++ b/Justfile @@ -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 -- cgit v1.2.3