From 51bb81b3c64a1ed11d2a99d131ae06068f189e3d Mon Sep 17 00:00:00 2001 From: Manish Sinha Date: Tue, 6 Oct 2015 15:53:01 -0400 Subject: [UITest] Allow running a UITest by test case, test fixture or a namespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3