mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Add serialise test for Action::State
This commit is contained in:
parent
1b7ef65509
commit
7c358b17df
@ -50,6 +50,8 @@
|
||||
#include <opm/parser/eclipse/EclipseState/InitConfig/InitConfig.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/IOConfig/IOConfig.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/RSTConfig.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Action/ActionResult.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Action/State.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Action/ActionAST.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Action/PyAction.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Action/Actions.hpp>
|
||||
@ -566,6 +568,7 @@ TEST_FOR_TYPE2(Action, Actions)
|
||||
TEST_FOR_TYPE2(Action, ActionX)
|
||||
TEST_FOR_TYPE2(Action, AST)
|
||||
TEST_FOR_TYPE2(Action, ASTNode)
|
||||
TEST_FOR_TYPE2(Action, State)
|
||||
TEST_FOR_TYPE(BCConfig)
|
||||
TEST_FOR_TYPE(BrineDensityTable)
|
||||
TEST_FOR_TYPE(ColumnSchema)
|
||||
|
Loading…
Reference in New Issue
Block a user