mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
Merge pull request #3595 from joakim-hove/serialize-wtest
Add serialization testing for WellTestState
This commit is contained in:
commit
23cd8e620a
@ -93,6 +93,8 @@
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WList.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WListManager.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/WriteRestartFileEvents.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellTestConfig.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellTestState.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/SimulationConfig/BCConfig.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/SimulationConfig/RockConfig.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/SimulationConfig/SimulationConfig.hpp>
|
||||
@ -677,6 +679,7 @@ TEST_FOR_TYPE(WellTracerProperties)
|
||||
TEST_FOR_TYPE(WellSegmentDims)
|
||||
TEST_FOR_TYPE(WellSegments)
|
||||
TEST_FOR_TYPE(WellTestConfig)
|
||||
TEST_FOR_TYPE(WellTestState)
|
||||
TEST_FOR_TYPE(WellType)
|
||||
TEST_FOR_TYPE(WListManager)
|
||||
TEST_FOR_TYPE(WriteRestartFileEvents)
|
||||
|
Loading…
Reference in New Issue
Block a user