MAINT: Makefile path separator for stdlibtest

This commit is contained in:
Jeremy Wall 2020-05-25 10:59:59 -04:00
parent c3bdce74a9
commit 8a9ee59234

View File

@ -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