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 @@ -717,6 +717,7 @@ if(UNIT_TESTS)
test_fms/fms/test_fms.F90
test_fms/interpolator/test_interpolator.F90
test_fms/mpp/test_clock_init.F90
test_fms/mpp/test_corner_mosaic.F90
test_fms/mpp/test_domains_simple.F90
test_fms/mpp/test_domains_utility_mod.F90
test_fms/mpp/test_global_arrays.F90
Expand Down
4 changes: 3 additions & 1 deletion test_fms/mpp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ check_PROGRAMS = test_mpp \
test_mpp_clock_begin_end_id \
test_mpp_nesting \
test_mpp_chksum \
test_stdlog
test_stdlog \
test_corner_mosaic

# These are the sources for the tests.
test_mpp_SOURCES = test_mpp.F90
Expand Down Expand Up @@ -140,6 +141,7 @@ test_mpp_clock_begin_end_id_SOURCES=test_mpp_clock_begin_end_id.F90
test_super_grid_SOURCES = test_super_grid.F90
test_mpp_chksum_SOURCES = test_mpp_chksum.F90
test_stdlog_SOURCES = test_stdlog.F90
test_corner_mosaic_SOURCES = test_corner_mosaic.F90

test_mpp_global_field_r4_CPPFLAGS = $(AM_CPPFLAGS) -DFMS_TEST_TYPE_=real -DFMS_TEST_KIND_=r4_kind
test_mpp_global_field_r8_CPPFLAGS = $(AM_CPPFLAGS) -DFMS_TEST_TYPE_=real -DFMS_TEST_KIND_=r8_kind
Expand Down
Loading
Loading