From 07d338e275db2e7ccb61213c7ae6a335cae87b62 Mon Sep 17 00:00:00 2001 From: azidar Date: Fri, 15 Jan 2016 17:42:25 -0800 Subject: Added performance tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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/ -- cgit v1.2.3