Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain holmes <iain@xamarin.com>2018-04-24 18:28:33 +0300
committeriain holmes <iain@xamarin.com>2018-07-09 13:54:15 +0300
commita08bef562fdce4c1183cadf05b96b03a0012658e (patch)
tree87d2aa7382f90701aafa5c635365ed4fb71c59c8 /Makefile
parent3f82f142a1125f4ac89345357d64f95eafdd8b6f (diff)
[PerfTests] add makefile rules for performance testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb0d0f5169..ad738cef89 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,8 @@ deploy-tests:
uitest:
cd main && $(MAKE) uitest assembly=$(assembly) tests=$(tests)
+performance-tests:
+ cd main && $(MAKE) performance-tests
coverage:
cd main && $(MAKE) coverage