summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2000-11-07 18:18:41 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2000-11-07 18:18:41 (GMT)
commit7b78adce8b1f9f76b22acb3add6ad35b79acadaf (patch)
treecd65c44a8c7265463cc0f3fe3215bdb6e3629cb5 /fortran/test/Makefile.in
parent0cd13ba19df7b19146b598fc9a774791ab02e223 (diff)
downloadhdf5-7b78adce8b1f9f76b22acb3add6ad35b79acadaf.zip
hdf5-7b78adce8b1f9f76b22acb3add6ad35b79acadaf.tar.gz
hdf5-7b78adce8b1f9f76b22acb3add6ad35b79acadaf.tar.bz2
[svn-r2809]
Purpose: Added new test file tH5G.f90 to test group interface Platforms tested: Linux (eirene)
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 9883bc9..0cca394 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 tH5A.f90 tH5I.f90
+ tH5Sselect.f90 tH5P.f90 tH5A.f90 tH5I.f90 tH5G.f90
TEST_OBJ=$(TEST_SRC:.f90=.lo)
DISTCLEAN=$(TEST_PROGS_SRC:.f90=.lo) $(TEST_PROGS_SRC:.f90=.o) *.h5