| 14 | namespace |
| 15 | { |
| 16 | void 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 | |
| 24 | TEST_CASE("CI failure", "[ci_failure]") { CHECK_NOTHROW(test_ci_failure()); } |
no test coverage detected