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 68ab6c60..099b2af9 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,9 @@ regress:
passes:
cd $(test_dir)/passes && lit -v . --path=$(root_dir)/utils/bin/
+perf:
+ cd $(test_dir)/performance && lit -v . --path=$(root_dir)/utils/bin/
+
errors:
cd $(test_dir)/errors && lit -v . --path=$(root_dir)/utils/bin/