office-gobmx/uitest/Makefile
Markus Mohrhard 3ead72d365 uitest: build system part for new uitests
We now can call the uitests with make uitest.uickeck

Change-Id: I20c73efd93c7987f3b841cd0e3e7842ee7a5dab9
2016-06-18 17:02:12 +02:00

14 lines
478 B
Makefile

# -*- 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/.
#
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
include $(module_directory)/../solenv/gbuild/partial_build.mk
# vim: set noet sw=4 ts=4: