f934f98111
This allows to run `TESTNAME=xxx cargo uitest` instead of `TESTNAME=xxx cargo test --test-compile-test`
3 lines
44 B
Plaintext
3 lines
44 B
Plaintext
[alias]
|
|
uitest = "test --test compile-test"
|