diff options
Diffstat (limited to 'testrunner.cc')
-rw-r--r-- | testrunner.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testrunner.cc b/testrunner.cc index b6a6852..66b82aa 100644 --- a/testrunner.cc +++ b/testrunner.cc @@ -19,7 +19,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef BOOST_TEST_DYN_LINK #define BOOST_TEST_DYN_LINK +#endif + #define BOOST_TEST_MAIN #define BOOST_TEST_MODULE unit |