tdf#164803 sw: Fix SwTextSizeInfo applying grid metrics without grid
[LibreOffice.git] / solenv / qa / python / selftest / Makefile
blob3566a727bd6a0f5c84abfc300af24096d64fd42c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
12 ifeq (,$(BUILDDIR))
13 gb_partial_build__makefile_dir=$(dir $(abspath $(firstword $(MAKEFILE_LIST))))
14 BUILDDIR := $(gb_partial_build__makefile_dir)../../../..
15 endif
17 gb_GBUILDSELFTEST=t
19 include $(module_directory)/../../../gbuild/partial_build.mk
21 # vim: set noet sw=4 ts=4: