aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2015-05-29 11:34:51 -0700
committerazidar2015-05-29 11:34:51 -0700
commitca49cb05f9e2fbeac1d0c722eb7d342f74508b7e (patch)
treef8fb73ac66b7d5a50c1ab56ec2b2c8b91f71dd0b /Makefile
parentb44b49e6a6589add30b5b1d89d85f2e20432a515 (diff)
Added custom pass. Does not correctly run, stanza just spins. Requires debugging.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea837d89..07184181 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ chisel3:
features:
cd $(test_dir)/features && lit -v . --path=$(root_dir)/utils/bin/
+custom:
+ cd $(test_dir)/custom && lit -v . --path=$(root_dir)/utils/bin/ --max-time=10
+
clean:
rm -f $(test_dir)/*/*/*.out
rm -f $(test_dir)/*/*.out