3 Oct
2005
3 Oct
'05
11:29 a.m.
Hello! I got a question about unit testing. I have an application, which uses PWLIB (http://www.voxgratia.org/docs/pwlib/pwlib-v1_7_4/index.html). This library creates MAIN function by it's own macros. When I'm trying to write unit tests for my application I have to use PWLIB. Can I use boost test unit framework with PWLIB application? As I understand, Boost test unit framework will try to create its MAIN function by its macros and this will cause to problems. Is it possible to use both - Boost test framework and PWLIB library? Will be grateful for your help. Storm.