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