adding some fuzz to row height tolerance tests
[LibreOffice.git] / unotools / JunitTest_unotools_complex.mk
blobb7a02f90544c29cf77223cf53493949dadb28ce6
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 $(eval $(call gb_JunitTest_JunitTest,unotools_complex))
12 $(eval $(call gb_JunitTest_use_jars,unotools_complex,\
13 OOoRunner \
14 jurt \
15 ridl \
16 test-tools \
17 test \
18 unoil \
21 $(eval $(call gb_JunitTest_set_defs,unotools_complex,\
22 $$(DEFS) \
25 $(eval $(call gb_JunitTest_add_classes,unotools_complex,\
26 complex.tempfile.TempFileUnitTest \
29 $(eval $(call gb_JunitTest_add_sourcefiles,unotools_complex,\
30 unotools/qa/complex/tempfile/TempFileUnitTest \
31 unotools/qa/complex/tempfile/Test01 \
32 unotools/qa/complex/tempfile/Test02 \
33 unotools/qa/complex/tempfile/TestHelper \
36 # vim: set noet sw=4 ts=4: