crashtesting: assert on reimport of docx export of ooo102874-2.doc
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_embeddeddb_performancetest.mk
blob80af11b4e8266eac360a0d531038434233fb6542
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,dbaccess_embeddeddb_performancetest))
12 $(eval $(call gb_CppunitTest_use_external,dbaccess_embeddeddb_performancetest,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_embeddeddb_performancetest, \
15 dbaccess/qa/unit/embeddeddb_performancetest \
18 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_embeddeddb_performancetest, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 dbaxml \
23 dbtools \
24 firebird_sdbc \
25 sal \
26 subsequenttest \
27 utl \
28 test \
29 tk \
30 tl \
31 unotest \
32 xo \
35 $(eval $(call gb_CppunitTest_use_api,dbaccess_embeddeddb_performancetest,\
36 offapi \
37 oovbaapi \
38 udkapi \
41 $(eval $(call gb_CppunitTest_use_ure,dbaccess_embeddeddb_performancetest))
42 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_embeddeddb_performancetest))
44 $(eval $(call gb_CppunitTest_use_rdb,dbaccess_embeddeddb_performancetest,services))
46 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_embeddeddb_performancetest))
48 # vim: set noet sw=4 ts=4: