Adjust for new linux baseline
[LibreOffice.git] / tools / CppunitTest_tools_test.mk
blobd27f8c3efa586363cdfa84dc45aa4a76c21ea49b
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,tools_test))
14 $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \
17 tools/qa/cppunit/test_bigint \
18 tools/qa/cppunit/test_date \
19 tools/qa/cppunit/test_time \
20 tools/qa/cppunit/test_duration \
21 tools/qa/cppunit/test_fract \
22 tools/qa/cppunit/test_inetmime \
23 tools/qa/cppunit/test_json_writer \
24 tools/qa/cppunit/test_pathutils \
25 tools/qa/cppunit/test_poly \
26 tools/qa/cppunit/test_reversemap \
27 tools/qa/cppunit/test_stream \
28 tools/qa/cppunit/test_urlobj \
29 tools/qa/cppunit/test_color \
30 tools/qa/cppunit/test_rectangle \
31 tools/qa/cppunit/test_minmax \
32 tools/qa/cppunit/test_100mm2twips \
33 tools/qa/cppunit/test_fround \
34 tools/qa/cppunit/test_xmlwalker \
35 tools/qa/cppunit/test_xmlwriter \
36 tools/qa/cppunit/test_GenericTypeSerializer \
37 tools/qa/cppunit/test_guid \
38 tools/qa/cppunit/test_cpuid \
39 tools/qa/cppunit/test_cpu_runtime_detection_AVX2 \
40 tools/qa/cppunit/test_cpu_runtime_detection_SSE2 \
41 tools/qa/cppunit/test_cpu_runtime_detection_SSSE3 \
42 tools/qa/cppunit/test_Wildcard \
43 tools/qa/cppunit/test_zcodec \
46 $(eval $(call gb_CppunitTest_add_exception_objects,tools_test,\
47 tools/qa/cppunit/test_cpu_runtime_detection_AVX2_check, $(CXXFLAGS_INTRINSICS_AVX2) \
50 $(eval $(call gb_CppunitTest_add_exception_objects,tools_test,\
51 tools/qa/cppunit/test_cpu_runtime_detection_SSE2_check, $(CXXFLAGS_INTRINSICS_SSE2) \
54 $(eval $(call gb_CppunitTest_add_exception_objects,tools_test,\
55 tools/qa/cppunit/test_cpu_runtime_detection_SSSE3_check, $(CXXFLAGS_INTRINSICS_SSSE3) \
58 $(eval $(call gb_CppunitTest_use_sdk_api,tools_test))
60 $(eval $(call gb_CppunitTest_use_libraries,tools_test, \
61 basegfx \
62 comphelper \
63 sal \
64 tl \
65 test \
66 unotest \
67 utl \
68 vcl \
71 $(eval $(call gb_CppunitTest_use_static_libraries,tools_test, \
72 ooopathutils \
75 $(eval $(call gb_CppunitTest_set_include,tools_test,\
76 $$(INCLUDE) \
77 -I$(SRCDIR)/tools/inc \
80 $(eval $(call gb_Library_use_externals,tools_test,\
81 libxml2 \
84 # vim: set noet sw=4 ts=4: