diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-29 18:27:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-29 18:27:37 (GMT) |
commit | bbe23c026f974be06e2aa86cff55cd255b33e2d0 (patch) | |
tree | ed03d4462f7477ce9b3710f8fcda146c17c561b1 /test/Makefile.in | |
parent | 8b45b9a5f0305b6f881f25a8a7649fb67decca0f (diff) | |
download | hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.zip hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.gz hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.bz2 |
[svn-r7786] Purpose:
Code cleanup & add a feature
Description:
Added support for querying the file ID of named datatypes to new
H5Iget_file_id function.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 022c58c..823c088 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -54,7 +54,7 @@ PUB_LIB= ## prefix or low-level driver with environment variables will influence ## the temporary file name in ways that the makefile is not aware of. MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ - tfile1.h5 tfile2.h5 tfile3.h5 th5s1.h5 lheap.h5 ohdr.h5 stab1.h5 \ + tfile[1-4].h5 th5s1.h5 lheap.h5 ohdr.h5 stab1.h5 \ stab2.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \ links.h5 links[1-3].h5 big.data big[0-9][0-9][0-9][0-9][0-9].h5 \ dtypes[1-3].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 \ |