Skip to content

Commit

Permalink
add new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 committed Apr 12, 2021
1 parent 090e009 commit 03869d0
Show file tree
Hide file tree
Showing 4 changed files with 4,253 additions and 7 deletions.
18 changes: 11 additions & 7 deletions test_fms/time_manager/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,29 @@
# uramirez, Ed Hartnett

# Find the fms_mod.mod file.
AM_CPPFLAGS = -I$(MODDIR) -I../../include
AM_CPPFLAGS = -I$(MODDIR) -I${top_srcdir}/include

# Link to the FMS library.
LDADD = $(top_builddir)/libFMS/libFMS.la

# Build this test program.
check_PROGRAMS = test_time_manager
check_PROGRAMS = test_time_manager_greg

# This is the source code for the test.
test_time_manager_SOURCES = test_time_manager.F90 time_manager0.F90
#test_time_manager_SOURCES = test_time_manager.F90 time_manager0.F90
test_time_manager_greg_SOURCES = test_time_manager_greg.F90 time_manager2.F90

time_manager0_mod.mod : time_manager0.$(OBJEXT)
test_time_manager.$(OBJEXT): time_manager0_mod.mod
#time_manager0_mod.mod : time_manager0.$(OBJEXT)
#test_time_manager.$(OBJEXT): time_manager0_mod.mod

time_manager2_mod.mod : time_manager2.$(OBJEXT)
test_time_manager_greg.$(OBJEXT): time_manager2_mod.mod

# Run the test program.
TESTS = test_time_manager2.sh
TESTS = test_time_manager_greg.sh

# These files will be included in the distribution.
EXTRA_DIST = test_time_manager2.sh input_base.nml
EXTRA_DIST = test_time_manager_greg.sh input_base.nml

# Clean up
CLEANFILES = input.nml *.out*
Loading

0 comments on commit 03869d0

Please sign in to comment.