
2 Aug
2004
2 Aug
'04
2:35 p.m.
On Mon, 02 Aug 2004 09:46:38 -0400, Michael Glassford wrote
Currently the Boost.Threads regression tests only test the dynamically linked version of the library. On Win32, at least, there are fairly significant differences between the dynamically linked and statically linked versions (due to thread-specific-storage cleanup), so it would be good to run at least some of the tests for both versions. How do I do this?
You have to add new entries in the Jamfile with the appropriate compile flags and a new name. Take a look at date_time or regex -- they both do this. Jeff