include config.h in all unit tests
in some it was already included, so let's fix that inconsistency The Right Way (TM).
This commit is contained in:
parent
c63ab13a89
commit
2dc08dd0a7
@ -17,6 +17,8 @@
|
|||||||
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>
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE LogTests
|
#define BOOST_TEST_MODULE LogTests
|
||||||
|
|
||||||
#include <opm/common/utility/platform_dependent/disable_warnings.h>
|
#include <opm/common/utility/platform_dependent/disable_warnings.h>
|
||||||
|
@ -17,6 +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>
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE SIMULATION_DATA_CONTAINER_TESTS
|
#define BOOST_TEST_MODULE SIMULATION_DATA_CONTAINER_TESTS
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
@ -17,6 +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>
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE FLOAT_CMP_TESTS
|
#define BOOST_TEST_MODULE FLOAT_CMP_TESTS
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
along with OpenRS. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenRS. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
|
|
||||||
#define NVERBOSE // Suppress own messages when throw()ing
|
#define NVERBOSE // Suppress own messages when throw()ing
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
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>
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE MESSAGELIMITER_TESTS
|
#define BOOST_TEST_MODULE MESSAGELIMITER_TESTS
|
||||||
|
|
||||||
#include <opm/common/utility/platform_dependent/disable_warnings.h>
|
#include <opm/common/utility/platform_dependent/disable_warnings.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user