Add the rest of the Rust projects to the build tool #53
6
Makefile
6
Makefile
|
@ -5,12 +5,6 @@ test: kifu-core/test-oneshot sgf/test-oneshot
|
|||
|
||||
bin: kifu-gtk
|
||||
|
||||
changeset-dev:
|
||||
cd changeset && make dev
|
||||
|
||||
changeset-test:
|
||||
cd changeset && make test
|
||||
|
||||
kifu-core/dev:
|
||||
cd kifu/core && make test
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
dev:
|
||||
cargo watch -x build
|
||||
|
||||
test:
|
||||
cargo watch -x test
|
||||
|
||||
test-once:
|
||||
cargo test
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
dev:
|
||||
cargo watch -x build
|
||||
|
||||
test:
|
||||
cargo watch -x test
|
||||
|
||||
test-once:
|
||||
cargo test
|
File diff suppressed because it is too large
Load Diff
7262
dashboard/Cargo.nix
7262
dashboard/Cargo.nix
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +0,0 @@
|
|||
dev:
|
||||
cargo watch -x build
|
||||
|
||||
test:
|
||||
cargo watch -x test
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
dev:
|
||||
cargo watch -x build
|
||||
|
||||
test:
|
||||
cargo watch -x test
|
||||
|
||||
test-once:
|
||||
cargo test
|
4918
kifu/gtk/Cargo.nix
4918
kifu/gtk/Cargo.nix
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +0,0 @@
|
|||
|
||||
test:
|
||||
cargo watch -x 'nextest run'
|
||||
|
||||
test-oneshot:
|
||||
cargo nextest run
|
Loading…
Reference in New Issue