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 /main/Makefile.am
parent5228d573196c7f9c2969ac3e165391442c3c0fec (diff)
Added target for deploying tests
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 9a8c1aa67f..e46fdf1117 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -190,6 +190,9 @@ check-addins:
test:
cd tests && $(MAKE) test assembly=$(assembly)
+deploy-tests:
+ cd tests && $(MAKE) deploy-tests
+
uitest:
cd tests && $(MAKE) uitest assembly=$(assembly) categories=$(categories) tests=$(tests)