From 3b6a6f6673041cf9ee315c00f9b0e24e2c067091 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 30 Jul 2018 16:16:58 +0300 Subject: Add render test functionality --- .cargo/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index 1898d28d3..7903b919c 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,5 @@ [alias] -parse = "run --package tools --bin parse" gen-kinds = "run --package tools -- gen-kinds" gen-tests = "run --package tools -- gen-tests" +render-test = "run --package cli -- render-test" +parse = "run --package cli -- parse" -- cgit v1.2.3