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:
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