On Tue, Jan 19, 2016 at 11:46:21PM +0100, Bjoern Michaelsen wrote:
> The last point is a huge disadvantage -- but I wonder if it might be workable
> these days, esp. since the static relinking of huge amounts of the same
> objects
> in some 10-20 test libs as we are doing today does not come for f
Hi,
On Tue, Jan 19, 2016 at 03:38:32PM +0100, Stephan Bergmann wrote:
> There's two approaches to this ugly problem. One is as above, with the
> downside of increasing the number of global symbols. The other is to link a
> Library's objects directly into a CppunitTest library via
> gb_CppunitTes
On 01/19/2016 03:13 PM, Giuseppe Castagno wrote:
Hi all,
I'm trying to add unit tests to webdav, for the time being limited to
member function that are used internally, that is that don't need a
server to interact with.
Member functions in library ucpdav1 are not exported (so I gather...).
Is
Hi all,
I'm trying to add unit tests to webdav, for the time being limited to
member function that are used internally, that is that don't need a
server to interact with.
Member functions in library ucpdav1 are not exported (so I gather...).
Is the following method allowed to make externally