Skip to content

Commit 0b0d48a

Browse files
Add corner mosaic tests to mpp suite (#1868)
1 parent 5896f46 commit 0b0d48a

4 files changed

Lines changed: 453 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ if(UNIT_TESTS)
717717
test_fms/fms/test_fms.F90
718718
test_fms/interpolator/test_interpolator.F90
719719
test_fms/mpp/test_clock_init.F90
720+
test_fms/mpp/test_corner_mosaic.F90
720721
test_fms/mpp/test_domains_simple.F90
721722
test_fms/mpp/test_domains_utility_mod.F90
722723
test_fms/mpp/test_global_arrays.F90

test_fms/mpp/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ check_PROGRAMS = test_mpp \
7171
test_mpp_clock_begin_end_id \
7272
test_mpp_nesting \
7373
test_mpp_chksum \
74-
test_stdlog
74+
test_stdlog \
75+
test_corner_mosaic
7576

7677
# These are the sources for the tests.
7778
test_mpp_SOURCES = test_mpp.F90
@@ -140,6 +141,7 @@ test_mpp_clock_begin_end_id_SOURCES=test_mpp_clock_begin_end_id.F90
140141
test_super_grid_SOURCES = test_super_grid.F90
141142
test_mpp_chksum_SOURCES = test_mpp_chksum.F90
142143
test_stdlog_SOURCES = test_stdlog.F90
144+
test_corner_mosaic_SOURCES = test_corner_mosaic.F90
143145

144146
test_mpp_global_field_r4_CPPFLAGS = $(AM_CPPFLAGS) -DFMS_TEST_TYPE_=real -DFMS_TEST_KIND_=r4_kind
145147
test_mpp_global_field_r8_CPPFLAGS = $(AM_CPPFLAGS) -DFMS_TEST_TYPE_=real -DFMS_TEST_KIND_=r8_kind

0 commit comments

Comments
 (0)