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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cd940aae7..951c0f629a 100644
--- a/Makefile
+++ b/Makefile
@@ -154,6 +154,9 @@ run-no-accessibility:
cd main && $(MAKE) run-no-accessibility
test:
cd main && $(MAKE) test assembly=$(assembly)
+
+deploy-tests:
+ cd main && $(MAKE) deploy-tests
uitest:
cd main && $(MAKE) uitest assembly=$(assembly) tests=$(tests)