Leave BOOST_TEST_DYN_LINK setting to the build system.

This commit is contained in:
Atgeirr Flø Rasmussen 2018-03-09 12:56:51 +01:00
parent 8070e9d229
commit 42c41efa4e

View File

@ -17,8 +17,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#if HAVE_DYNAMIC_BOOST_TEST && HAVE_MPI
#define BOOST_TEST_DYN_LINK
#if HAVE_MPI
#define BOOST_TEST_MODULE BlackoilAmgTest
#define BOOST_TEST_NO_MAIN
#include <boost/test/unit_test.hpp>
@ -327,4 +326,4 @@ int main(int argc, char** argv)
}
#else
int main () { return 0; }
#endif // #if HAVE_DYNAMIC_BOOST_TEST
#endif // #if HAVE_MPI