xref: /aoo41x/main/solenv/gbuild/CppunitTest.mk (revision 7871dc3e)
1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir
25cdf0e10cSrcweir# CppunitTest class
26cdf0e10cSrcweir
27cdf0e10cSrcweir# in non-product builds, ensure that tools-based assertions do not pop up as message box, but are routed to the shell
28cdf0e10cSrcweirDBGSV_ERROR_OUT := shell
29cdf0e10cSrcweirexport DBGSV_ERROR_OUT
30cdf0e10cSrcweir
31cdf0e10cSrcweir# defined by platform
32cdf0e10cSrcweir#  gb_CppunitTest_TARGETTYPE
33cdf0e10cSrcweir#  gb_CppunitTest_get_filename
34cdf0e10cSrcweirgb_CppunitTest_CPPTESTTARGET := $(call gb_Executable_get_target,cppunittester)
35cdf0e10cSrcweirgb_CppunitTest_CPPTESTCOMMAND := $(gb_CppunitTest_CPPTESTPRECOMMAND) $(gb_CppunitTest_CPPTESTTARGET)
36cdf0e10cSrcweirgb_CppunitTest__get_linktargetname = CppunitTest/$(call gb_CppunitTest_get_filename,$(1))
37cdf0e10cSrcweir
38cdf0e10cSrcweir.PHONY : $(call gb_CppunitTest_get_clean_target,%)
39cdf0e10cSrcweir$(call gb_CppunitTest_get_clean_target,%) :
40cdf0e10cSrcweir	$(call gb_Helper_abbreviate_dirs,\
41cdf0e10cSrcweir		rm -f $(call gb_CppunitTest_get_target,$*) $(call gb_CppunitTest_get_target,$*).log)
42cdf0e10cSrcweir
43cdf0e10cSrcweir.PHONY : $(call gb_CppunitTest_get_target,%)
44cdf0e10cSrcweir$(call gb_CppunitTest_get_target,%) : $(gb_CppunitTest_CPPTESTTARGET)
45cdf0e10cSrcweir	$(call gb_Output_announce,$*,$(true),CUT,2)
46cdf0e10cSrcweir	$(call gb_Helper_abbreviate_dirs_native,\
47cdf0e10cSrcweir		mkdir -p $(dir $@) && \
48cdf0e10cSrcweir		$(gb_CppunitTest_CPPTESTCOMMAND) $(call gb_LinkTarget_get_target,CppunitTest/$(call gb_CppunitTest_get_libfilename,$*)) > $@.log 2>&1 || (cat $@.log && false))
49cdf0e10cSrcweir
50cdf0e10cSrcweirdefine gb_CppunitTest_CppunitTest
51cdf0e10cSrcweir$(call gb_CppunitTest__CppunitTest_impl,$(1),$(call gb_CppunitTest__get_linktargetname,$(1)))
52cdf0e10cSrcweir
53cdf0e10cSrcweirendef
54cdf0e10cSrcweir
55cdf0e10cSrcweirdefine gb_CppunitTest__CppunitTest_impl
56cdf0e10cSrcweir$(call gb_LinkTarget_LinkTarget,$(2))
57cdf0e10cSrcweir$(call gb_LinkTarget_set_targettype,$(2),CppunitTest)
58cdf0e10cSrcweir$(call gb_LinkTarget_add_linked_libs,$(2),cppunit)
59cdf0e10cSrcweir$(call gb_CppunitTest_get_target,$(1)) : $(call gb_LinkTarget_get_target,$(2))
60cdf0e10cSrcweir$(call gb_CppunitTest_get_clean_target,$(1)) : $(call gb_LinkTarget_get_clean_target,$(2))
61cdf0e10cSrcweir$(call gb_CppunitTest_CppunitTest_platform,$(1),$(2),$(gb_CppunitTest_DLLDIR)/$(call gb_CppunitTest_get_libfilename,$(1)))
62cdf0e10cSrcweir$$(eval $$(call gb_Module_register_target,$(call gb_CppunitTest_get_target,$(1)),$(call gb_CppunitTest_get_clean_target,$(1))))
63cdf0e10cSrcweir
64cdf0e10cSrcweirendef
65cdf0e10cSrcweir
66cdf0e10cSrcweirdefine gb_CppunitTest__forward_to_Linktarget
67cdf0e10cSrcweirgb_CppunitTest_$(1) = $$(call gb_LinkTarget_$(1),$$(call gb_CppunitTest__get_linktargetname,$$(1)),$$(2),$$(3))
68cdf0e10cSrcweir
69cdf0e10cSrcweirendef
70cdf0e10cSrcweir
71cdf0e10cSrcweir$(eval $(foreach method,\
72cdf0e10cSrcweir	add_cobject \
73cdf0e10cSrcweir	add_cobjects \
74cdf0e10cSrcweir	add_cxxobject \
75cdf0e10cSrcweir	add_cxxobjects \
76cdf0e10cSrcweir	add_objcxxobject \
77cdf0e10cSrcweir	add_objcxxobjects \
78cdf0e10cSrcweir	add_exception_objects \
79cdf0e10cSrcweir	add_noexception_objects \
80cdf0e10cSrcweir	set_cflags \
81cdf0e10cSrcweir	set_cxxflags \
82cdf0e10cSrcweir	set_objcxxflags \
83cdf0e10cSrcweir	set_defs \
84cdf0e10cSrcweir	set_include \
85cdf0e10cSrcweir	set_ldflags \
86cdf0e10cSrcweir	set_library_path_flags \
87cdf0e10cSrcweir	add_linked_libs \
88cdf0e10cSrcweir	add_linked_static_libs \
89cdf0e10cSrcweir	add_package_headers \
90cdf0e10cSrcweir	add_sdi_headers \
91cdf0e10cSrcweir	add_precompiled_header \
92cdf0e10cSrcweir,\
93cdf0e10cSrcweir	$(call gb_CppunitTest__forward_to_Linktarget,$(method))\
94cdf0e10cSrcweir))
95cdf0e10cSrcweir
96cdf0e10cSrcweir# vim: set noet sw=4 ts=4:
97