mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
cleanup + update tests; add 'just test'
This commit is contained in:
parent
62a0e8c17c
commit
4ae31bbba0
11 changed files with 45 additions and 1470 deletions
8
Justfile
8
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue