mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-26 00:06:49 -06:00
11 lines
267 B
C++
11 lines
267 B
C++
#include "gtest/gtest.h"
|
|
|
|
#include <opm/flowdiagnostics/CellSet.hpp>
|
|
#include <opm/utility/graph/AssembledConnections.hpp>
|
|
|
|
TEST(opm_flowdiagnostics_test, basic_construction)
|
|
{
|
|
auto g = Opm::AssembledConnections{};
|
|
auto s = Opm::FlowDiagnostics::CellSet{};
|
|
}
|