aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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/