diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-10-14 04:46:49 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-10-14 04:46:49 (GMT) |
commit | 3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f (patch) | |
tree | ab49ec493819757688ef86ebaa4e96186e84d0d8 /hl/fortran/test | |
parent | 363988bd77243b36c6324734b3a985c4fe07f650 (diff) | |
download | hdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.zip hdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.tar.gz hdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.tar.bz2 |
[svn-r21558] Description:
Merge example ds program from trunk into 1.8 branch. r21006 and r21249.
Tested (jam, gfortran)
Diffstat (limited to 'hl/fortran/test')
-rw-r--r-- | hl/fortran/test/Makefile.am | 3 | ||||
-rw-r--r-- | hl/fortran/test/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/hl/fortran/test/Makefile.am b/hl/fortran/test/Makefile.am index 0172657..cd281b7 100644 --- a/hl/fortran/test/Makefile.am +++ b/hl/fortran/test/Makefile.am @@ -47,7 +47,8 @@ tsttable_SOURCES=tsttable.f90 # Temporary files. CHECK_CLEANFILES+=dsetf[1-4].h5 f1img.h5 f1tab.h5 tstds.h5 -# Mark this directory as part of the Fortran API +# Mark this directory as part of the Fortran API (this affects output +# from tests in conclude.am) FORTRAN_API=yes include $(top_srcdir)/config/conclude.am diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index c09e77d..707a32d 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -418,7 +418,8 @@ tstlite_SOURCES = tstlite.f90 tstimage_SOURCES = tstimage.f90 tsttable_SOURCES = tsttable.f90 -# Mark this directory as part of the Fortran API +# Mark this directory as part of the Fortran API (this affects output +# from tests in conclude.am) FORTRAN_API = yes # Automake needs to be taught how to build lib, progs, and tests targets. |