ci: add debug flags to GNU workflow and fix remaining failures (#1579)
[FMS.git] / test_fms / string_utils / Makefile.am
blob425b83fd3c49282fd9cb2649db9838472c8a8283
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
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_string_utils
34 # This is the source code for the test.
35 test_string_utils_SOURCES = test_string_utils.F90
37 # Run the test program.
38 TESTS = test_string_utils.sh
40 # Define test file extensions and log driver
41 TEST_EXTENSIONS = .sh
42 SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
43                    $(abs_top_srcdir)/test_fms/tap-driver.sh
45 # Include these files with the distribution.
46 EXTRA_DIST = test_string_utils.sh
48 # Clean up
49 CLEANFILES = input.nml *.out