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 /main/Makefile.am
parent3f82f142a1125f4ac89345357d64f95eafdd8b6f (diff)
[PerfTests] add makefile rules for performance testing
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 2fab81411c..d01b98fd4c 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -196,6 +196,9 @@ deploy-tests:
uitest:
cd tests && $(MAKE) uitest assembly=$(assembly) categories=$(categories) tests=$(tests)
+performance-tests:
+ cd tests && $(MAKE) performance-tests
+
coverage:
cd tests && $(MAKE) coverage