hexhex/core

BOOST_TEST_REPORT_LEVEL and BOOST_TEST_LOG_LEVEL do not work on OSX

Opened this issue · 0 comments

On Mac OS X, we get malloc-bugs in the boost test framework when TEST_ENVIRONMENT includes BOOST_TEST_REPORT_LEVEL=detailed BOOST_TEST_LOG_LEVEL=all. See source:dlvhex/branches/dlvhex-refactoring/testsuite/Makefile.am

Most likely a boost bug.