Skip to content

Commit

Permalink
Update tests to use catch2 split headers
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Niethammer <[email protected]>
  • Loading branch information
cniethammer committed Oct 17, 2024
1 parent cdaa285 commit b970691
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/MPI_Dims_weighted_create_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

#define CATCH_CONFIG_RUNNER
#define CATCH_CONFIG_CONSOLE_WIDTH 100
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_session.hpp>

#include <array>
#include <cstdint>
Expand Down
4 changes: 3 additions & 1 deletion tests/MPI_Info_set_json_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@

#define CATCH_CONFIG_RUNNER
#define CATCH_CONFIG_CONSOLE_WIDTH 100
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_session.hpp>
#include <catch2/matchers/catch_matchers_string.hpp>

#include <array>
#include <cstdint>
Expand Down

0 comments on commit b970691

Please sign in to comment.