summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/Makefile.am
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2005-05-23 21:40:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2005-05-23 21:40:43 (GMT)
commit2e6769592db8bec18483820513ef671051a60a1c (patch)
tree399b12ce827e006f9ccd180a7c2f20cf5ef65ccb /fortran/testpar/Makefile.am
parent2b4e592fe8aed00fc6ea4c2391e8a6e4a7afb456 (diff)
downloadhdf5-2e6769592db8bec18483820513ef671051a60a1c.zip
hdf5-2e6769592db8bec18483820513ef671051a60a1c.tar.gz
hdf5-2e6769592db8bec18483820513ef671051a60a1c.tar.bz2
[svn-r10793] Purpose:
new fortran parallel test Description: added a test that writes and reads several datasets Solution: Platforms tested: linux (intel compiler, tungsten) AIX (copper) Misc. update:
Diffstat (limited to 'fortran/testpar/Makefile.am')
-rw-r--r--fortran/testpar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/Makefile.am b/fortran/testpar/Makefile.am
index 7a6b141..eec6005 100644
--- a/fortran/testpar/Makefile.am
+++ b/fortran/testpar/Makefile.am
@@ -34,7 +34,7 @@ MOSTLYCLEAN=ParaEg[123].h5f
DISTCLEAN=go
# Test source files
-parallel_test_SOURCES=ptest.f90 hyper.f90
+parallel_test_SOURCES=ptest.f90 hyper.f90 mdset.f90
# The tests depend on several libraries.
LDADD=$(LIBH5FTEST) $(LIBH5TEST) $(LIBH5F) $(LIBHDF5)