Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ if(MPI_FOUND)
logicalCartesianSize_and_refinement_test
mapLevelIndicesToCartesianOutputOrder_test
test_communication_utils
id_entity_entityrep_test
)

if(Boost_VERSION_STRING VERSION_GREATER 1.53)
Expand Down
1 change: 1 addition & 0 deletions CMakeLists_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ list(APPEND TEST_SOURCE_FILES
tests/cpgrid/lgr/distribute_level_zero_from_grid_with_lgrs_test.cpp
tests/cpgrid/lgr/global_refine_test.cpp
tests/cpgrid/lgr/grid_global_id_set_test.cpp
tests/cpgrid/lgr/id_entity_entityrep_test.cpp
tests/cpgrid/lgr/level_and_grid_cartesianIndexMappers_test.cpp
tests/cpgrid/lgr/lgr_cell_id_sync_test.cpp
tests/cpgrid/lgr/lgrs_sharing_faces_test.cpp
Expand Down
Loading