Subject: Re: [boost] More tests running with Boost.Test than registered
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-09-23 12:35:15


Jon Black <jon_black <at> mm.st> writes:

> Yes, they are automatically registered tests. In the init_unit_test()
> method I also give the master test suite a unique name for each DLL. If
> there is on shared test framework, does this mean I'm just renaming the
> same master test suite each time?

Yes, but you should get the correct name since MyDll1 is loaded in memory last.

Gennadiy