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:
Andreas Lauser
2018-03-03 13:11:12 +01:00
parent c63ab13a89
commit 2dc08dd0a7
5 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#define BOOST_TEST_MODULE SIMULATION_DATA_CONTAINER_TESTS
#include <boost/test/unit_test.hpp>