mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
dsl, output, tui: add tests, examples, root dispatchers
This commit is contained in:
parent
8dfe20a58c
commit
ca862b9802
16 changed files with 637 additions and 377 deletions
9
Justfile
9
Justfile
|
|
@ -2,6 +2,9 @@ export LLVM_PROFILE_FILE := "cov/cargo-test-%p-%m.profraw"
|
|||
grcov-binary := "--binary-path ./target/coverage/deps/"
|
||||
grcov-ignore := "--ignore-not-existing --ignore '../*' --ignore \"/*\" --ignore 'target/*'"
|
||||
|
||||
default:
|
||||
just -l
|
||||
|
||||
bacon:
|
||||
bacon -s
|
||||
|
||||
|
|
@ -25,5 +28,7 @@ doc:
|
|||
CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' RUSTDOCFLAGS='-Cinstrument-coverage' \
|
||||
cargo doc
|
||||
|
||||
example-tui:
|
||||
cargo run -p tengri_tui --example tui
|
||||
example-tui-00:
|
||||
cargo run -p tengri_tui --example tui_00
|
||||
example-tui-01:
|
||||
cargo run -p tengri_tui --example tui_01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue