Skip to content

Commit

Permalink
feat: add mixed precision axis_utils unit tests (NOAA-GFDL#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Lentz authored and rem1776 committed May 25, 2023
1 parent b2c6ce3 commit 99a1400
Show file tree
Hide file tree
Showing 5 changed files with 826 additions and 345 deletions.
12 changes: 6 additions & 6 deletions test_fms/axis_utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ LDADD = $(top_builddir)/libFMS/libFMS.la

# Build this test program.
check_PROGRAMS = \
test_axis_utils_r4 \
test_axis_utils_r8
test_axis_utils_r4 \
test_axis_utils_r8

# This is the source code for the test.
test_axis_utils_r4_SOURCES = \
test_axis_utils_r4.F90
test_axis_utils_r4_SOURCES = test_axis_utils.F90
test_axis_utils_r8_SOURCES = test_axis_utils.F90

test_axis_utils_r8_SOURCES = \
test_axis_utils_r8.F90
test_axis_utils_r4_CPPFLAGS = $(AM_CPPFLAGS) -DAU_TEST_KIND_=r4_kind
test_axis_utils_r8_CPPFLAGS = $(AM_CPPFLAGS) -DAU_TEST_KIND_=r8_kind

TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
Expand Down
Loading

0 comments on commit 99a1400

Please sign in to comment.