ci: add debug flags to GNU workflow and fix remaining failures (#1579)
[FMS.git] / test_fms / column_diagnostics / Makefile.am
blobd8fb204ff5a73754e8df6d9d08ec64773852e94b
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/time_manager directory of the FMS
21 # package.
24 # Find the fms_mod.mod file.
25 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(MODDIR)
27 # Link to the FMS library.
28 LDADD = $(top_builddir)/libFMS/libFMS.la
30 # Build this test program.
31 check_PROGRAMS = test_column_diagnostics_r4 test_column_diagnostics_r8
33 # This is the source code for the test.
34 test_column_diagnostics_r4_SOURCES = test_column_diagnostics.F90
35 test_column_diagnostics_r8_SOURCES = test_column_diagnostics.F90
37 test_column_diagnostics_r4_CPPFLAGS=$(AM_CPPFLAGS) -DTEST_CD_KIND_=4
38 test_column_diagnostics_r8_CPPFLAGS=$(AM_CPPFLAGS) -DTEST_CD_KIND_=8
40 TEST_EXTENSIONS = .sh
41 SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(abs_top_srcdir)/test_fms/tap-driver.sh
43 # Run the test program.
44 TESTS = test_column_diagnostics.sh
46 # These files will be included in the distribution.
47 EXTRA_DIST = test_column_diagnostics.sh
49 # Clean up
50 CLEANFILES = *.nml *.out* *.dpi *.spi *.dyn *.spl fort.*