forked from ESMCI/cime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a13a100
commit 5c139b0
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## This is the automake file for building the Fortran tests for the | ||
## PIO library. | ||
|
||
# Ed Hartnett 3/20/19 | ||
|
||
# Link to our assembled library. | ||
AM_LDFLAGS = ${top_builddir}/src/clib/libpio.la | ||
AM_CPPFLAGS = -I$(top_srcdir)/src/clib | ||
LDADD = ${top_builddir}/src/clib/libpio.la | ||
|
||
# Build the tests for make check. | ||
#check_PROGRAMS = test_intercomm2 test_async_mpi test_spmd | ||
|
||
|
||
# Tests will run from a bash script. | ||
#TESTS = run_tests.sh | ||
|
||
# Distribute the test script. | ||
#EXTRA_DIST = run_tests.sh | ||
|
||
# Clean up files produced during testing. | ||
CLEANFILES = *.nc *.log |