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 /main/Makefile.am
parentda7fe7b94b09e4127630c4eebc454bb50d765bfb (diff)
[UITest] Allow running a UITest by test case, test fixture or a namespace
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 195f502fba..f075ee815b 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -163,7 +163,7 @@ test:
cd tests && $(MAKE) test assembly=$(assembly)
uitest:
- cd tests && $(MAKE) uitest assembly=$(assembly) categories=$(categories)
+ cd tests && $(MAKE) uitest assembly=$(assembly) categories=$(categories) tests=$(tests)
coverage:
cd tests && $(MAKE) coverage