mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Leave BOOST_TEST_DYN_LINK setting to the build system.
This commit is contained in:
parent
8070e9d229
commit
42c41efa4e
@ -17,8 +17,7 @@
|
|||||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#if HAVE_DYNAMIC_BOOST_TEST && HAVE_MPI
|
#if HAVE_MPI
|
||||||
#define BOOST_TEST_DYN_LINK
|
|
||||||
#define BOOST_TEST_MODULE BlackoilAmgTest
|
#define BOOST_TEST_MODULE BlackoilAmgTest
|
||||||
#define BOOST_TEST_NO_MAIN
|
#define BOOST_TEST_NO_MAIN
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
@ -327,4 +326,4 @@ int main(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int main () { return 0; }
|
int main () { return 0; }
|
||||||
#endif // #if HAVE_DYNAMIC_BOOST_TEST
|
#endif // #if HAVE_MPI
|
||||||
|
Loading…
Reference in New Issue
Block a user