tdf#98067 get menu readable in windows high contrast mode
[LibreOffice.git] / unotools / JunitTest_unotools_complex.mk
bloba673404933361abb5d1233a1c2f4270461f77fb9
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_unoapi_jars,unotools_complex))
14 $(eval $(call gb_JunitTest_use_jars,unotools_complex,\
15 test-tools \
18 $(eval $(call gb_JunitTest_set_defs,unotools_complex,\
19 $$(DEFS) \
22 $(eval $(call gb_JunitTest_add_classes,unotools_complex,\
23 complex.tempfile.TempFileUnitTest \
26 $(eval $(call gb_JunitTest_add_sourcefiles,unotools_complex,\
27 unotools/qa/complex/tempfile/TempFileUnitTest \
28 unotools/qa/complex/tempfile/Test01 \
29 unotools/qa/complex/tempfile/Test02 \
30 unotools/qa/complex/tempfile/TestHelper \
33 # vim: set noet sw=4 ts=4: