From 9b3d806b0dbfcf76ff707aa86daba83454227720 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 3 Feb 2018 22:34:35 +0300 Subject: Add infra for inline tests --- .cargo/config | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index 1ebc0f748..7d89cf490 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,3 +1,4 @@ [alias] parse = "run --package tools --bin parse" gen = "run --package tools --bin gen" +collect-tests = "run --package tools --bin collect-tests --" -- cgit v1.2.3