summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-16 14:08:24 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-16 14:08:24 +0530
commit1a52152852ff29c727673fc80e8bf8eca5ed6365 (patch)
treee719771aa1b23f0b8774814ee907057f86f1dda1 /justfile
parent6ac448727e1e26c78055eaaa361217f64393d808 (diff)
starting pos, move count, test pass
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index 5892885..76815b6 100644
--- a/justfile
+++ b/justfile
@@ -2,6 +2,10 @@ dev:
./build uci
./build uci run
+test:
+ ./build test
+ ./build test run
+
analysis:
python symbol_analyzer/main.py
xdg-open symbol_analyzer/index.html