From 2006604530fb8fd214fe4e8e182bedacd71b49b3 Mon Sep 17 00:00:00 2001 From: azidar Date: Sat, 2 May 2015 15:25:04 -0700 Subject: Added a infrastructure for check passes, and wrote a few --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51d30ae1..3f3322af 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,14 @@ build: cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl check: + cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/ + +passes: cd $(test_dir)/passes && lit -v . --path=$(root_dir)/utils/bin/ +errors: + cd $(test_dir)/errors && lit -v . --path=$(root_dir)/utils/bin/ + chisel3: cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/ -- cgit v1.2.3