aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjackbackrack2015-05-02 23:56:46 -0700
committerjackbackrack2015-05-02 23:56:46 -0700
commit1b57cff7dfc245dd0a0f7a1a591db6dc04e245e0 (patch)
treeb9be5d3c14ef853ed9104c31392973917ea4f2e8 /Makefile
parent07dd1e577a5f605388bc18c37802c8c9a00801a6 (diff)
parent2006604530fb8fd214fe4e8e182bedacd71b49b3 (diff)
merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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/