| Neil Roberts | 26e03a6 | 2026-02-23 14:16:50 +0100 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | # |
| 3 | # This file is part of the LibreOffice project. |
| 4 | # |
| 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/. |
| 8 | # |
| 9 | |
| 10 | $(eval $(call gb_CppunitTest_CppunitTest,singletons)) |
| 11 | |
| 12 | $(eval $(call gb_CppunitTest_add_exception_objects,singletons, \ |
| 13 | postprocess/qa/singletons \ |
| 14 | )) |
| 15 | |
| 16 | $(eval $(call gb_CppunitTest_use_libraries,singletons, \ |
| 17 | comphelper \ |
| 18 | cppu \ |
| 19 | cppuhelper \ |
| 20 | sal \ |
| 21 | test \ |
| 22 | unotest \ |
| 23 | vcl \ |
| 24 | )) |
| 25 | |
| 26 | $(eval $(call gb_CppunitTest_use_sdk_api,singletons)) |
| 27 | $(eval $(call gb_CppunitTest_use_api,singletons,oovbaapi)) |
| 28 | |
| 29 | $(eval $(call gb_CppunitTest_use_ure,singletons)) |
| 30 | $(eval $(call gb_CppunitTest_use_vcl,singletons)) |
| 31 | |
| 32 | $(eval $(call gb_CppunitTest_use_rdb,singletons,services)) |
| 33 | |
| 34 | $(eval $(call gb_CppunitTest_use_configuration,singletons)) |
| 35 | |
| 36 | # vim: set noet sw=4 ts=4: |