|
| 1 | +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | +#************************************************************************* |
| 3 | +# |
| 4 | +# This file is part of the LibreOffice project. |
| 5 | +# |
| 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/. |
| 9 | +# |
| 10 | +#************************************************************************* |
| 11 | + |
| 12 | +$(eval $(call gb_CppunitTest_CppunitTest,sc_goal_seek_test)) |
| 13 | + |
| 14 | +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_goal_seek_test)) |
| 15 | + |
| 16 | +$(eval $(call gb_CppunitTest_add_exception_objects,sc_goal_seek_test, \ |
| 17 | + sc/qa/unit/GoalSeekTest \ |
| 18 | +)) |
| 19 | + |
| 20 | +$(eval $(call gb_CppunitTest_use_externals,sc_goal_seek_test, \ |
| 21 | + boost_headers \ |
| 22 | + mdds_headers \ |
| 23 | + libxml2 \ |
| 24 | +)) |
| 25 | + |
| 26 | +$(eval $(call gb_CppunitTest_use_libraries,sc_goal_seek_test, \ |
| 27 | + basegfx \ |
| 28 | + comphelper \ |
| 29 | + cppu \ |
| 30 | + cppuhelper \ |
| 31 | + docmodel \ |
| 32 | + sal \ |
| 33 | + salhelper \ |
| 34 | + sax \ |
| 35 | + sc \ |
| 36 | + scqahelper \ |
| 37 | + sfx \ |
| 38 | + subsequenttest \ |
| 39 | + test \ |
| 40 | + tl \ |
| 41 | + unotest \ |
| 42 | + utl \ |
| 43 | + vcl \ |
| 44 | +)) |
| 45 | + |
| 46 | +$(eval $(call gb_CppunitTest_use_externals,sc_goal_seek_test,\ |
| 47 | + boost_headers \ |
| 48 | +)) |
| 49 | + |
| 50 | +$(eval $(call gb_CppunitTest_set_include,sc_goal_seek_test,\ |
| 51 | + -I$(SRCDIR)/sc/source/ui/inc \ |
| 52 | + -I$(SRCDIR)/sc/inc \ |
| 53 | + $$(INCLUDE) \ |
| 54 | +)) |
| 55 | + |
| 56 | +$(eval $(call gb_CppunitTest_use_api,sc_goal_seek_test,\ |
| 57 | + offapi \ |
| 58 | + udkapi \ |
| 59 | +)) |
| 60 | + |
| 61 | +$(eval $(call gb_CppunitTest_use_sdk_api,sc_goal_seek_test)) |
| 62 | + |
| 63 | +$(eval $(call gb_CppunitTest_use_ure,sc_goal_seek_test)) |
| 64 | +$(eval $(call gb_CppunitTest_use_vcl,sc_goal_seek_test)) |
| 65 | + |
| 66 | +$(eval $(call gb_CppunitTest_use_rdb,sc_goal_seek_test,services)) |
| 67 | + |
| 68 | +$(eval $(call gb_CppunitTest_use_components,sc_goal_seek_test)) |
| 69 | + |
| 70 | +$(eval $(call gb_CppunitTest_use_configuration,sc_goal_seek_test)) |
| 71 | + |
| 72 | +$(eval $(call gb_CppunitTest_add_arguments,sc_goal_seek_test, \ |
| 73 | + -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ |
| 74 | +)) |
| 75 | + |
| 76 | +# vim: set noet sw=4 ts=4: |
0 commit comments