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 /Makefile
parente07f485ac938cfc9feeef8134401a5f45f7ab282 (diff)
Create a new test target named uitest to run UITests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c94755b6c0..eea33ddd8c 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,9 @@ run-gdb:
test:
cd main && $(MAKE) test assembly=$(assembly)
+uitest:
+ cd main && $(MAKE) uitest assembly=$(assembly)
+
coverage:
cd main && $(MAKE) coverage