summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
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