From 4649c660db3b36b569c47a784899824884bdd41d Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Tue, 20 Mar 2018 10:01:19 +0100 Subject: Added target for deploying tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8cd940aae7..951c0f629a 100644 --- a/Makefile +++ b/Makefile @@ -154,6 +154,9 @@ run-no-accessibility: cd main && $(MAKE) run-no-accessibility test: cd main && $(MAKE) test assembly=$(assembly) + +deploy-tests: + cd main && $(MAKE) deploy-tests uitest: cd main && $(MAKE) uitest assembly=$(assembly) tests=$(tests) -- cgit v1.2.3