From 3ead72d365c722f2234ace08fdb3d313f709ace5 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 9 May 2016 10:05:14 +0200 Subject: uitest: build system part for new uitests We now can call the uitests with make uitest.uickeck Change-Id: I20c73efd93c7987f3b841cd0e3e7842ee7a5dab9 --- RepositoryModule_host.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'RepositoryModule_host.mk') diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index d2f1d849b7fa..5954a509f71d 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -138,6 +138,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ ucb \ ucbhelper \ udkapi \ + $(call gb_Helper_optional,PYUNO,uitest) \ UnoControls \ unodevtools \ unoil \ @@ -181,7 +182,7 @@ endef # otherwise cyclic dependencies ruin everything. # do not serialize on a partial build as that may fail due to missing deps. # the default goal is all (see Module.mk) -ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck,$(MAKECMDGOALS))) +ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck uicheck,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ scfilt \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \ -- cgit