mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: let's figure out how edn keymaps will work
This commit is contained in:
parent
4ab08e48e5
commit
794d4210c6
33 changed files with 161 additions and 85 deletions
15
Justfile
15
Justfile
|
|
@ -1,18 +1,15 @@
|
|||
default:
|
||||
bacon -sj test
|
||||
|
||||
edn:
|
||||
edn-view:
|
||||
reset
|
||||
cargo run --example edn
|
||||
cargo run --example edn-view
|
||||
edn-keys:
|
||||
reset
|
||||
cargo run --example edn-keys
|
||||
|
||||
test:
|
||||
reset
|
||||
cd engine && cargo test && cd ..
|
||||
cd layout && cargo test && cd ..
|
||||
cd edn && cargo test && cd ..
|
||||
cd tui && cargo test && cd ..
|
||||
cargo test
|
||||
|
||||
cargo test --workspace
|
||||
cloc:
|
||||
for src in {cli,edn/src,input/src,jack/src,midi/src,output/src,plugin/src,sampler/src,tek/src,time/src,tui/src}; do echo; echo $src; cloc --quiet $src; done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue