summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-13 08:59:34 +0300
committerPaul Buetow <paul@buetow.org>2026-04-13 08:59:34 +0300
commit5628e43ae771cfe3bc057375966621b3bfb48846 (patch)
treee2a3b3b9dde58ce7eefb5835db81fe657cc02069 /Justfile
parenta04d9d3520404066100600cc90cb2274822ad2cb (diff)
q2: add host-side unit test harness
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
1 files changed, 4 insertions, 0 deletions
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