Mercurial > dedupe
comparison TestFramework.hpp @ 67:2f45385195ae
Choose between static and dynamic compilation.
| author | Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no> |
|---|---|
| date | Sun, 23 Dec 2012 22:08:32 +0100 |
| parents | 2833b7f8884a |
| children | 8136057988bc |
comparison
equal
deleted
inserted
replaced
| 66:a60c26e34d1a | 67:2f45385195ae |
|---|---|
| 3 | 3 |
| 4 /* | 4 /* |
| 5 This header sets up everything for the testframework e.g. switches | 5 This header sets up everything for the testframework e.g. switches |
| 6 between headerincludes and dynamic linking | 6 between headerincludes and dynamic linking |
| 7 */ | 7 */ |
| 8 | |
| 9 //This should really be defined from the build framework | |
| 10 #define BOOSTTEST_HEADER_INCLUDE | |
| 11 | 8 |
| 12 #define BOOST_TEST_MAIN | 9 #define BOOST_TEST_MAIN |
| 13 | 10 |
| 14 #ifdef BOOSTTEST_HEADER_INCLUDE | 11 #ifdef BOOSTTEST_HEADER_INCLUDE |
| 15 #include <boost/test/included/unit_test.hpp> | 12 #include <boost/test/included/unit_test.hpp> |
