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:
authorManish Sinha <manish.sinha@xamarin.com>2015-04-16 22:07:11 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-04-16 22:12:17 +0300
commit777499cb1c2744813a7333f9dbaae8c9abd881ab (patch)
tree1a53c7311c367e9af583842f7163867f7d883372 /main/Makefile.am
parente07f485ac938cfc9feeef8134401a5f45f7ab282 (diff)
Create a new test target named uitest to run UITests
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 8b2ad9e2ae..a40a7c0d63 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -152,6 +152,9 @@ check-addins:
test:
cd tests && $(MAKE) test assembly=$(assembly)
+uitest:
+ cd tests && $(MAKE) uitest assembly=$(assembly)
+
coverage:
cd tests && $(MAKE) coverage