diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-11-27 15:11:56 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-11-27 15:11:56 (GMT) |
commit | 6336d12b0383b7adcf29a91cf3dbbe4ceaff6d42 (patch) | |
tree | 9f8d49005d12f8d7d248f429bc791af2fd48b796 /fortran/test/Makefile.in | |
parent | 3adfa54afcb04b8b6fecfda31fc1585cea6ac6e4 (diff) | |
download | hdf5-6336d12b0383b7adcf29a91cf3dbbe4ceaff6d42.zip hdf5-6336d12b0383b7adcf29a91cf3dbbe4ceaff6d42.tar.gz hdf5-6336d12b0383b7adcf29a91cf3dbbe4ceaff6d42.tar.bz2 |
[svn-r4638]
Purpose:
Maintenance
Description:
Added tests for the H5E Fortran interface
Platforms tested:
arabica and eirene
Diffstat (limited to 'fortran/test/Makefile.in')
-rw-r--r-- | fortran/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index cb3af45..ba4b919 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -21,7 +21,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 tH5A.f90 tH5I.f90 tH5G.f90 + tH5Sselect.f90 tH5P.f90 tH5A.f90 tH5I.f90 tH5G.f90 tH5E.f90 TEST_OBJ=$(TEST_SRC:.f90=.lo) DISTCLEAN=$(TEST_PROGS_SRC:.f90=.lo) $(TEST_PROGS_SRC:.f90=.o) *.h5 |