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:
-rw-r--r--Makefile2
-rw-r--r--main/Makefile.am3
-rw-r--r--main/tests/Makefile.am3
3 files changed, 8 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
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
diff --git a/main/tests/Makefile.am b/main/tests/Makefile.am
index f9cf5c33fe..da79643623 100644
--- a/main/tests/Makefile.am
+++ b/main/tests/Makefile.am
@@ -136,6 +136,9 @@ deploy-tests:
fi \
done;
+performance-tests:
+ ($(RUN_TEST) -xml=TestResult_PerfTest.xml -labels $(TEST_DIR)/MonoDevelop.Ide.PerfTests.dll) || exit $?;
+
include $(top_srcdir)/Makefile.include
EXTRA_DIST = \