From ca49cb05f9e2fbeac1d0c722eb7d342f74508b7e Mon Sep 17 00:00:00 2001 From: azidar Date: Fri, 29 May 2015 11:34:51 -0700 Subject: Added custom pass. Does not correctly run, stanza just spins. Requires debugging. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3