I’m trying to use boost unit testing alongside the Allegro graphics library, but both require main() alterations / overwrites. Has anyone had any experience using both?
Edit 1/29/2010: I’ve refrained from selecting an answer until I can verify one or another, and due to the… sparse nature of the answers.
boost.test can be used with or without a main(). look into these macros will give you some idea how to use it properly: