diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2015-02-20 21:53:35 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2015-02-20 21:53:35 (GMT) |
commit | 88b7d8d34cd1c645c22197d440115c05435c816a (patch) | |
tree | a9bd6c3e425bbf6a8a5e25094b2c0d07e2b8b25b /test/Makefile.am | |
parent | a5460b731d7f98296a8f76fcca293e6cc9521eb1 (diff) | |
download | hdf5-88b7d8d34cd1c645c22197d440115c05435c816a.zip hdf5-88b7d8d34cd1c645c22197d440115c05435c816a.tar.gz hdf5-88b7d8d34cd1c645c22197d440115c05435c816a.tar.bz2 |
[svn-r26261] Commit working but incomplete prototype. Does not perform I/O.
Tested: ummon
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 f698282..1546288 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -151,7 +151,7 @@ CHECK_CLEANFILES+=accum.h5 cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offse new_multi_file_v16-r.h5 new_multi_file_v16-s.h5 \ split_get_file_image_test-m.h5 split_get_file_image_test-r.h5 \ file_image_core_test.h5.copy unregister_filter_1.h5 unregister_filter_2.h5 \ - vds_[1-4].h5 + vds_1.h5 # Sources for testhdf5 executable testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ |