1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 # this is a Library that contains a unit test, so it can be packaged
12 $(eval
$(call gb_Library_Library
,smoketest
))
14 # necessary because this is no CppUnitTest but a Library
15 $(eval
$(call gb_Library_add_defs
,smoketest
,\
16 -DCPPUNIT_PLUGIN_EXPORT
='extern "C" SAL_DLLPUBLIC_EXPORT' \
19 $(eval
$(call gb_Library_use_sdk_api
,smoketest
))
21 $(eval
$(call gb_Library_use_libraries
,smoketest
,\
28 $(eval
$(call gb_Library_use_externals
,smoketest
,\
33 $(eval
$(call gb_Library_add_exception_objects
,smoketest
,\
37 # vim: set noet sw=4 ts=4: