bump product version to 4.1.6.2
[LibreOffice.git] / basebmp / CppunitTest_basebmp.mk
blob67113ff0d874d68b85d957e9d81a499360545afc
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_CppunitTest_CppunitTest,basebmp_cpputest))
12 $(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
14 $(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
15 basebmp \
18 $(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
19 basegfx \
20 sal \
21 $(gb_UWINAPI) \
24 $(eval $(call gb_CppunitTest_add_exception_objects,basebmp_cpputest,\
25 basebmp/test/basictest \
26 basebmp/test/bmpmasktest \
27 basebmp/test/bmptest \
28 basebmp/test/cliptest \
29 basebmp/test/filltest \
30 basebmp/test/linetest \
31 basebmp/test/masktest \
32 basebmp/test/polytest \
33 basebmp/test/tools \
36 # vim: set noet sw=4 ts=4: