fix: improve modern diag manager performance (#1634)
[FMS.git] / test_fms / astronomy / Makefile.am
blobff313aca26c1c11a345adae8da2d326327e47c7e
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/astronomy directory of the
21 # FMS package.
23 # Caitlyn McAllister
25 # Find the fms and mpp mod 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 = \
33   test_astronomy_r4 \
34   test_astronomy_r8
36 # This is the source code for the test.
37 test_astronomy_r4_SOURCES = test_astronomy.F90
38 test_astronomy_r8_SOURCES = test_astronomy.F90
40 # Set r4_kind and r8_kind
41 test_astronomy_r4_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_AST_KIND_=r4_kind
42 test_astronomy_r8_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_AST_KIND_=r8_kind
44 # Run the test program.
45 TESTS = test_astronomy.sh
47 # Copy over other needed files to the srcdir
48 EXTRA_DIST = test_astronomy.sh
50 TEST_EXTENSIONS = .sh
51 SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
52                   $(abs_top_srcdir)/test_fms/tap-driver.sh
54 # Clean up
55 CLEANFILES = input.nml *.out* *.dpi *.spi *.dyn *.spl