diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-06-04 19:46:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-06-04 19:46:50 (GMT) |
commit | fad77fd2c29615f57f05547f41819f77d828b2d8 (patch) | |
tree | 71f7e7068bfde3289409e07ca31d0d492a1af18f /test | |
parent | 5d12a79db20305b7c08e505a683a4c1e38e9039a (diff) | |
download | hdf5-fad77fd2c29615f57f05547f41819f77d828b2d8.zip hdf5-fad77fd2c29615f57f05547f41819f77d828b2d8.tar.gz hdf5-fad77fd2c29615f57f05547f41819f77d828b2d8.tar.bz2 |
[svn-r27150] Added an empty VDS testfile generator to tools/misc directory.
test/Makefile.in was updated due to changes in the Makefile.am
file that missed a reconfigure. The changes just added a few
VDS test files to the deletion list.
Note that there are trace issues with a new VDS struct that
show up when running bin/reconfigure. I reverted these for
fixing at a future date.
Tested on: jam
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 3204bd3..cd79959 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1095,7 +1095,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 accum.h5 \ earray.h5 efc[0-5].h5 log_vfd_out.log 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-2].h5 + unregister_filter_1.h5 unregister_filter_2.h5 vds_virt.h5 \ + vds_src_[0-1].h5 # Test script for error_test and err_compat TEST_SCRIPT = testerror.sh testlibinfo.sh testcheck_version.sh \ |