rust-clippy/.cargo/config
Philipp Hansch f934f98111
Add a uitest subcommand to simplify UI test invocation
This allows to run

`TESTNAME=xxx cargo uitest`

instead of

`TESTNAME=xxx cargo test --test-compile-test`
2019-02-08 08:09:37 +01:00

2 lines
44 B
Text

[alias]
uitest = "test --test compile-test"