Boost unit test 1.34.1 needs an extra define
authorDiane Trout <diane@caltech.edu>
Tue, 29 Jan 2008 02:16:42 +0000 (02:16 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 29 Jan 2008 02:16:42 +0000 (02:16 +0000)
commit0cfc7ea27ab6fcf65c7caeaa320f8b20769ce610
treed9391cfcc2efd3265f7222efda953eee07df1df4
parent5368304f53c942cf17ae0f24736b44335c09010a
Boost unit test 1.34.1 needs an extra define
The 1.33.1 version aparently tried to include main() in a shared
library, which is aparently doesn't work on every platform. So they
needed to add a macro which would expand in to a main() for
auto test cases.
makelib/Platform.cmake