diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-06-23 23:40:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-06-23 23:40:53 (GMT) |
commit | 2725ab3dafa022c84ebcdacf98ff39156145dac5 (patch) | |
tree | 82bfd072447ae8bf9e116494817ad6209c4f09e3 /hl/test | |
parent | f59572a17ebab3d5c9d9aeb8eb17a6feefcb1899 (diff) | |
download | hdf5-2725ab3dafa022c84ebcdacf98ff39156145dac5.zip hdf5-2725ab3dafa022c84ebcdacf98ff39156145dac5.tar.gz hdf5-2725ab3dafa022c84ebcdacf98ff39156145dac5.tar.bz2 |
[svn-r22485] Description:
Merge r22484 from trunk to 1.8 branch:
Copy the file image test file from the source directory to the build
directory, instead of trying to open the [in-memory] file R/W.
Also, clean up a few other test files that were left lying around from
other tests.
Tested on:
MacOSX/64 10.7.4 (amazon) w/debug
Too minor to require h5committest
Diffstat (limited to 'hl/test')
-rw-r--r-- | hl/test/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am index 76c6f90..8893b93 100644 --- a/hl/test/Makefile.am +++ b/hl/test/Makefile.am @@ -44,8 +44,8 @@ if BUILD_ALL_CONDITIONAL endif # Temporary files. These files are the ones created by running `make test'. -CHECK_CLEANFILES+=combine_tables[1-2].h5 test_ds[1-9].h5 test_image[1-3].h5 \ - file_img[1-2].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 \ - test_packet_compress.h5 test_detach.h5 +CHECK_CLEANFILES+=combine_tables[1-2].h5 test_ds[1-9].h5 test_ds10.h5 \ + test_image[1-3].h5 file_img[1-2].h5 test_lite[1-4].h5 test_table.h5 \ + test_packet_table.h5 test_packet_compress.h5 test_detach.h5 include $(top_srcdir)/config/conclude.am |