makefile.mk (c25219e0) makefile.mk (e15a4534)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 120 unchanged lines hidden (view full) ---

129 $(DLLDEST)$/bridgetest_server$(BATCH_SUFFIX) \
130 $(DLLDEST)$/bridgetest_client$(BATCH_SUFFIX) \
131 $(JAVATARGETS)
132
133#################################################################
134
135runtest : $(DLLDEST)$/uno_types.rdb $(DLLDEST)$/uno_services.rdb makefile.mk \
136 $(SHL1TARGETN) $(SHL2TARGETN) $(SHL3TARGETN)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 120 unchanged lines hidden (view full) ---

129 $(DLLDEST)$/bridgetest_server$(BATCH_SUFFIX) \
130 $(DLLDEST)$/bridgetest_client$(BATCH_SUFFIX) \
131 $(JAVATARGETS)
132
133#################################################################
134
135runtest : $(DLLDEST)$/uno_types.rdb $(DLLDEST)$/uno_services.rdb makefile.mk \
136 $(SHL1TARGETN) $(SHL2TARGETN) $(SHL3TARGETN)
137.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" || "$(OS)$(CPU)"=="SOLARISS"
137.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" || "$(OS)$(CPU)"=="SOLARISS" || "$(COM)$(OS)$(CPU)"=="GCCFREEBSDP"
138 @echo "Mac OSX PPC GCC and Solaris fails this test! likely broken UNO bridge. Fix me."
139.ELSE
140 cd $(DLLDEST) && $(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/uno \
141 -ro uno_services.rdb -ro uno_types.rdb \
142 -s com.sun.star.test.bridge.BridgeTest -- \
143 com.sun.star.test.bridge.CppTestObject
144.ENDIF
145

--- 80 unchanged lines hidden ---
138 @echo "Mac OSX PPC GCC and Solaris fails this test! likely broken UNO bridge. Fix me."
139.ELSE
140 cd $(DLLDEST) && $(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/uno \
141 -ro uno_services.rdb -ro uno_types.rdb \
142 -s com.sun.star.test.bridge.BridgeTest -- \
143 com.sun.star.test.bridge.CppTestObject
144.ENDIF
145

--- 80 unchanged lines hidden ---