aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2015-05-02 15:25:04 -0700
committerazidar2015-05-02 15:25:04 -0700
commit2006604530fb8fd214fe4e8e182bedacd71b49b3 (patch)
tree5a846b880ef8bf71a860faead945bc64d44cd4de /Makefile
parent93ba0196dc2ba88e4e34346e5fbc105743a8eaa0 (diff)
Added a infrastructure for check passes, and wrote a few
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/