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 3f3322af..07184181 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,12 @@ errors:
chisel3:
cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/
+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