aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2016-01-07 17:15:31 -0800
committerazidar2016-01-16 14:28:18 -0800
commit4569194392122ae4715549b2f0b9fffff051b278 (patch)
treeecd079cefa6fb69d1f8c75bc0e75e38599bc0da4 /Makefile
parent2d583abda146dad8e0260928dcb19ad7136216b6 (diff)
Fixed a bunch of tests, and minor bugs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ddfcdd5..2c6353b4 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,9 @@ check:
regress:
cd $(regress_dir) && firrtl -i rocket.fir -o rocket.v -X verilog
+jack:
+ cd $(test_dir)/passes/jacktest && lit -v . --path=$(root_dir)/utils/bin/
+
passes:
cd $(test_dir)/passes && lit -v . --path=$(root_dir)/utils/bin/