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-10-06 22:53:01 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-10-06 22:53:01 +0300
commit51bb81b3c64a1ed11d2a99d131ae06068f189e3d (patch)
tree96e834fc128e1d5a858299444173adcc0da6b85e /Makefile
parentda7fe7b94b09e4127630c4eebc454bb50d765bfb (diff)
[UITest] Allow running a UITest by test case, test fixture or a namespace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a90af8a5e..baf269d832 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ test:
cd main && $(MAKE) test assembly=$(assembly)
uitest:
- cd main && $(MAKE) uitest assembly=$(assembly)
+ cd main && $(MAKE) uitest assembly=$(assembly) tests=$(tests)
coverage:
cd main && $(MAKE) coverage