aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-03 19:34:35 +0000
committerAleksey Kladov <[email protected]>2018-02-03 19:34:35 +0000
commit9b3d806b0dbfcf76ff707aa86daba83454227720 (patch)
treebfefe85725b772a44a9abf3823128d08344a6b66 /.cargo/config
parent9435ea4b8e990521ee7a6206b6106bb3ce392746 (diff)
Add infra for inline tests
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config1
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]
2parse = "run --package tools --bin parse" 2parse = "run --package tools --bin parse"
3gen = "run --package tools --bin gen" 3gen = "run --package tools --bin gen"
4collect-tests = "run --package tools --bin collect-tests --"