$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hannu Helminen (yg-boost-users_at_[hidden])
Date: 2003-02-12 04:08:26
Hi All!
Can the boost::test used without the library-provided main()?
Rationale:
- the application does not have main() but WinMain()
- it is built on top of MFC so even the WinMain() is already supplied by the
framework
- I would like to control the execution of unit tests myself, e.g. include a
menu item "Run unit tests now"
Can anyone help me?
Hannu Helminen
Finland