mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
MAINT: Makefile path separator for stdlibtest
This commit is contained in:
parent
c3bdce74a9
commit
8a9ee59234
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ integration:
|
|||||||
cargo run -- test -r integration_tests
|
cargo run -- test -r integration_tests
|
||||||
|
|
||||||
stdlibtest:
|
stdlibtest:
|
||||||
cargo run -- test -r std/tests
|
cargo run -- test -r std$(pathchar)tests
|
||||||
|
|
||||||
install: test
|
install: test
|
||||||
cargo install --path . --force
|
cargo install --path . --force
|
||||||
|
Loading…
x
Reference in New Issue
Block a user