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:
authorLluis Sanchez <llsan@microsoft.com>2018-03-20 12:01:19 +0300
committerLluis Sanchez <llsan@microsoft.com>2018-03-20 12:06:43 +0300
commit4649c660db3b36b569c47a784899824884bdd41d (patch)
tree28d568047c36efe93cadeec0dd9eb9d4607fadad /Makefile
parent5228d573196c7f9c2969ac3e165391442c3c0fec (diff)
Added target for deploying tests
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)