summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filterdescriptorbase.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-01-28 20:44:20 +0000
committerJens Carl <j.carl43@gmx.de>2019-01-29 01:01:25 +0100
commit7cf66213a975d9c846990ed8b0c2eb0daae89aa2 (patch)
tree26210e16dac24b795365b49ffdfb6c2cff50a1f8 /sc/CppunitTest_sc_filterdescriptorbase.mk
parent87873a682f0d0c3173ac815385484fa9ea92b883 (diff)
Rename ScFilterDescriptorBaseObj to ScFilterDescriptorBase
Rename ScFilterDescriptorBaseObj to ScFilterDescriptorBase so it matches the object name we test against. Change-Id: Ia5ce59997e99b2b537e50ddfeaa9d96b2b55555f Reviewed-on: https://gerrit.libreoffice.org/67033 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_filterdescriptorbase.mk')
-rw-r--r--sc/CppunitTest_sc_filterdescriptorbase.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_filterdescriptorbase.mk b/sc/CppunitTest_sc_filterdescriptorbase.mk
new file mode 100644
index 000000000000..4f0f206473cc
--- /dev/null
+++ b/sc/CppunitTest_sc_filterdescriptorbase.mk
@@ -0,0 +1,43 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+#*************************************************************************
+
+$(eval $(call gb_CppunitTest_CppunitTest,sc_filterdescriptorbase))
+
+$(eval $(call gb_CppunitTest_use_external,sc_filterdescriptorbase,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_filterdescriptorbase, \
+ sc/qa/extras/scfilterdescriptorbase\
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_filterdescriptorbase, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_filterdescriptorbase,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_filterdescriptorbase))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_filterdescriptorbase))
+$(eval $(call gb_CppunitTest_use_vcl,sc_filterdescriptorbase))
+
+$(eval $(call gb_CppunitTest_use_components,sc_filterdescriptorbase,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_filterdescriptorbase))
+
+# vim: set noet sw=4 ts=4: