ci: add debug flags to GNU workflow and fix remaining failures (#1579)
[FMS.git] / test_fms / coupler / Makefile.am
blobcf6be6a00bf6cffab88c28b9384d798bc7231fb5
1 #***********************************************************************
2 #*                   GNU Lesser General Public License
3 #*
4 #* This file is part of the GFDL Flexible Modeling System (FMS).
5 #*
6 #* FMS is free software: you can redistribute it and/or modify it under
7 #* the terms of the GNU Lesser General Public License as published by
8 #* the Free Software Foundation, either version 3 of the License, or (at
9 #* your option) any later version.
11 #* FMS is distributed in the hope that it will be useful, but WITHOUT
12 #* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 #* FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 #* for more details.
16 #* You should have received a copy of the GNU Lesser General Public
17 #* License along with FMS.  If not, see <http://www.gnu.org/licenses/>.
18 #***********************************************************************
20 # This is an automake file for the test_fms/data_override directory of the FMS
21 # package.
23 # uramirez, Ed Hartnett
25 # Find the needed mod and .inc files.
26 AM_CPPFLAGS = -I${top_srcdir}/include -I$(MODDIR)
28 # Link to the FMS library.
29 LDADD = ${top_builddir}/libFMS/libFMS.la
31 # Build this test program.
32 check_PROGRAMS = test_coupler_2d_r4 test_coupler_2d_r8 \
33                  test_coupler_3d_r4 test_coupler_3d_r8 \
34                  test_coupler_types_r4 test_coupler_types_r8 \
35                  test_atmos_ocean_fluxes_r4 test_atmos_ocean_fluxes_r8
37 # This is the source code for the test.
38 test_coupler_2d_r4_SOURCES = test_coupler_2d.F90 test_coupler_utils.inc
39 test_coupler_2d_r8_SOURCES = test_coupler_2d.F90 test_coupler_utils.inc
40 test_coupler_3d_r4_SOURCES = test_coupler_3d.F90 test_coupler_utils.inc
41 test_coupler_3d_r8_SOURCES = test_coupler_3d.F90 test_coupler_utils.inc
42 test_coupler_types_r4_SOURCES = test_coupler_types.F90 test_coupler_utils.inc
43 test_coupler_types_r8_SOURCES = test_coupler_types.F90 test_coupler_utils.inc
44 test_atmos_ocean_fluxes_r4_SOURCES = test_atmos_ocean_fluxes.F90
45 test_atmos_ocean_fluxes_r8_SOURCES = test_atmos_ocean_fluxes.F90
47 # add macro flags for kind and r4/r8 child type
48 test_coupler_2d_r4_CPPFLAGS=-DFMS_CP_TEST_KIND_=r4_kind -DFMS_TEST_BC_TYPE_=bc_r4 -I$(MODDIR)
49 test_coupler_2d_r8_CPPFLAGS=-DFMS_CP_TEST_KIND_=r8_kind -DFMS_TEST_BC_TYPE_=bc -I$(MODDIR)
50 test_coupler_3d_r4_CPPFLAGS=-DFMS_CP_TEST_KIND_=r4_kind -DFMS_TEST_BC_TYPE_=bc_r4 -I$(MODDIR)
51 test_coupler_3d_r8_CPPFLAGS=-DFMS_CP_TEST_KIND_=r8_kind -DFMS_TEST_BC_TYPE_=bc -I$(MODDIR)
52 test_coupler_types_r4_CPPFLAGS=-DFMS_CP_TEST_KIND_=r4_kind -DFMS_TEST_BC_TYPE_=bc_r4 -I$(MODDIR)
53 test_coupler_types_r8_CPPFLAGS=-DFMS_CP_TEST_KIND_=r8_kind -DFMS_TEST_BC_TYPE_=bc -I$(MODDIR)
54 test_atmos_ocean_fluxes_r4_CPPFLAGS=-DFMS_CP_TEST_KIND_=r4_kind -DFMS_TEST_BC_TYPE_=bc_r4 -I$(MODDIR)
55 test_atmos_ocean_fluxes_r8_CPPFLAGS=-DFMS_CP_TEST_KIND_=r8_kind -DFMS_TEST_BC_TYPE_=bc -I$(MODDIR)
57 TEST_EXTENSIONS = .sh
58 SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
59                   $(abs_top_srcdir)/test_fms/tap-driver.sh
61 # Run the test program.
62 TESTS = test_coupler.sh
64 # Include these files with the distribution.
65 EXTRA_DIST = test_coupler.sh
67 # Clean up
68 CLEANFILES = input.nml *.nc* *.out *.dpi *.spi *.dyn *.spl *_table* INPUT/*.nc