1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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_CompilerTest_CompilerTest
,compilerplugins_clang
))
12 $(eval
$(call gb_CompilerTest_add_exception_objects
,compilerplugins_clang
, \
13 compilerplugins
/clang
/test/cppunitassertequals \
14 compilerplugins
/clang
/test/datamembershadow \
15 compilerplugins
/clang
/test/externvar \
16 compilerplugins
/clang
/test/finalprotected \
17 compilerplugins
/clang
/test/loopvartoosmall \
18 compilerplugins
/clang
/test/passstuffbyref \
19 compilerplugins
/clang
/test/oslendian-1 \
20 compilerplugins
/clang
/test/oslendian-2 \
21 compilerplugins
/clang
/test/oslendian-3 \
22 compilerplugins
/clang
/test/redundantcast \
23 compilerplugins
/clang
/test/redundantinline \
24 compilerplugins
/clang
/test/salbool \
25 compilerplugins
/clang
/test/salunicodeliteral \
26 compilerplugins
/clang
/test/stringconstant \
27 compilerplugins
/clang
/test/unnecessaryoverride-dtor \
28 compilerplugins
/clang
/test/unoany \
29 compilerplugins
/clang
/test/vclwidgets \
32 $(eval
$(call gb_CompilerTest_use_externals
,compilerplugins_clang
, \
36 $(eval
$(call gb_CompilerTest_use_udk_api
,compilerplugins_clang
))
38 # vim: set noet sw=4 ts=4: