cleanup + update tests; add 'just test'

This commit is contained in:
🪞👃🪞 2025-01-05 16:41:29 +01:00
parent 62a0e8c17c
commit 4ae31bbba0
11 changed files with 45 additions and 1470 deletions

View file

@ -126,3 +126,11 @@ edn01:
edn02:
reset
cd edn && cargo run --example edn02
test:
reset
cd engine && cargo test && cd ..
cd layout && cargo test && cd ..
cd edn && cargo test && cd ..
cd tui && cargo test && cd ..
cargo test