Skip to content

Commit

Permalink
Place holder for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Nov 7, 2024
1 parent 9143337 commit 7406f21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/MeshKernelApi/tests/src/ApiTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4248,3 +4248,11 @@ TEST(Mesh2D, UndoConnectMeshes)
ASSERT_EQ(meshkernel::ExitCode::Success, errorCode);
ASSERT_EQ(undoMkId, mk_id);
}

TEST(Mesh2D, SetMeshWithFaceInformation)
{
// Prepare
int meshKernelId;
const int isGeographic = 0;
meshkernelapi::mkernel_allocate_state(isGeographic, meshKernelId);
}

0 comments on commit 7406f21

Please sign in to comment.