summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2000-10-20 20:51:49 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2000-10-20 20:51:49 (GMT)
commit00ca91129d7812ef54226c475074745304f6069e (patch)
tree796a3f910ce4fd6319694a0c7f8a11bfe335ea3a /fortran/test/Makefile.in
parentb1c8d95cdd9918c1a2ed4dcb90fd9a2d8c588a68 (diff)
downloadhdf5-00ca91129d7812ef54226c475074745304f6069e.zip
hdf5-00ca91129d7812ef54226c475074745304f6069e.tar.gz
hdf5-00ca91129d7812ef54226c475074745304f6069e.tar.bz2
[svn-r2714]
Purpose: Added more Fortran tests Description: tH5A.f90 - attribute interface test tH5I.f90 - identifier interface test Solution: Two new files were added to test H5A and H5I interfaces. Platforms tested: Solaris 2.7, Linux
Diffstat (limited to 'fortran/test/Makefile.in')
-rw-r--r--fortran/test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index fb8a12e..54e488b 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -23,7 +23,7 @@ TEST_PROGS_SRC=fortranlib_test.f90 fflush1.f90 fflush2.f90
TEST_PROGS=$(TEST_PROGS_SRC:.f90=)
TEST_SRC=hdf5test.f90 tH5F.f90 tH5D.f90 tH5R.f90 tH5S.f90 tH5T.f90 \
- tH5Sselect.f90 tH5P.f90
+ tH5Sselect.f90 tH5P.f90 tH5A.f90 tH5I.f90
TEST_OBJ=$(TEST_SRC:.f90=.lo)
$(TEST_PROGS): $(FLIB)