diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-06-24 14:32:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-06-24 14:32:05 (GMT) |
commit | 40e51ae04729fbeb1d789b5310655887b2f66538 (patch) | |
tree | c9920f625615b104af137eb809acb22f5bb99ad0 /test/Makefile.am | |
parent | 7f8e3460261851cdad1e344d8929d2817e3149ad (diff) | |
download | hdf5-40e51ae04729fbeb1d789b5310655887b2f66538.zip hdf5-40e51ae04729fbeb1d789b5310655887b2f66538.tar.gz hdf5-40e51ae04729fbeb1d789b5310655887b2f66538.tar.bz2 |
[svn-r10979] Purpose:
Renamed file_handle.c as vfd.c since its tests have evloved from
merely file handles tests to other basic features of VFD's.
Did some minor cosmetic changes in vfd.c.
Updated Makefile.am with the new name.
Makefile.in is regenerated.
Platforms tested:
In heping only since the changes are trivial.
Misc. update:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1243639..e4cdc00 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -34,7 +34,7 @@ TEST_PROG=testhdf5 lheap ohdr stab gheap cache btree2 blocktrack sheap \ dtypes dsets cmpd_dset extend external links unlink big mtime \ fillval mount flush1 flush2 enum \ set_extent ttsafe stream_test \ - getname file_handle ntypes dangle dtransform filename reserved + getname vfd ntypes dangle dtransform filename reserved # List programs to be built when testing here. error_test and err_compat are # built at the same time as the other tests, but executed by testerror.sh. |