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 --- uitest/Module_uitest.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 uitest/Module_uitest.mk (limited to 'uitest/Module_uitest.mk') diff --git a/uitest/Module_uitest.mk b/uitest/Module_uitest.mk new file mode 100644 index 000000000000..4dbf02041fde --- /dev/null +++ b/uitest/Module_uitest.mk @@ -0,0 +1,15 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Module_Module,uitest)) + +$(eval $(call gb_Module_add_uicheck_targets,uitest,\ + UITest_calc_demo \ +)) -- cgit