MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / test_ci_failure

Function test_ci_failure

cpp/test/common/CIFailure.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace
15{
16void test_ci_failure()
17{
18 auto mpi_comm = dolfinx::MPI::Comm(MPI_COMM_WORLD);
19 int mpi_rank = dolfinx::MPI::rank(mpi_comm.comm());
20 REQUIRE_FALSE(mpi_rank == -1);
21}
22} // namespace
23
24TEST_CASE("CI failure", "[ci_failure]") { CHECK_NOTHROW(test_ci_failure()); }

Callers 1

CIFailure.cppFile · 0.85

Calls 2

CommClass · 0.85
commMethod · 0.45

Tested by

no test coverage detected