diff options
author | Aleksey Kladov <[email protected]> | 2018-02-03 19:34:35 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-02-03 19:34:35 +0000 |
commit | 9b3d806b0dbfcf76ff707aa86daba83454227720 (patch) | |
tree | bfefe85725b772a44a9abf3823128d08344a6b66 /.cargo/config | |
parent | 9435ea4b8e990521ee7a6206b6106bb3ce392746 (diff) |
Add infra for inline tests
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index 1ebc0f748..7d89cf490 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,3 +1,4 @@ | |||
1 | [alias] | 1 | [alias] |
2 | parse = "run --package tools --bin parse" | 2 | parse = "run --package tools --bin parse" |
3 | gen = "run --package tools --bin gen" | 3 | gen = "run --package tools --bin gen" |
4 | collect-tests = "run --package tools --bin collect-tests --" | ||