diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-04-08 21:31:31 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-04-08 21:31:31 (GMT) |
commit | 8a7973b0112e8764ca82840d2fbf8fc78e25a0c3 (patch) | |
tree | 71cdad5e774c688f83ef4ec14e06495de7e44189 /test/Makefile.am | |
parent | 0c032eef216fbe9a1e530fe3d5d00127f9f8fd7e (diff) | |
download | hdf5-8a7973b0112e8764ca82840d2fbf8fc78e25a0c3.zip hdf5-8a7973b0112e8764ca82840d2fbf8fc78e25a0c3.tar.gz hdf5-8a7973b0112e8764ca82840d2fbf8fc78e25a0c3.tar.bz2 |
[svn-r20459] Purpose:
Progress on bug 2138 (bugzilla) / HDFFV-4298 (JIRA)
Description:
- Added basic VFD tests (i.e. cloned the SEC2 test) for the Windows, STDIO and log VFDs.
- Added H5Pget_driver() sanity check to all VFD's tests.
- Added log output file to list of files to clean up in Makefile.am.
Tested on:
- h5committest script platforms (jam, amani, heiwa)
- Windows 7 (32- and 64-bit)
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 6f4a46a..6abd20b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -125,7 +125,7 @@ CHECK_CLEANFILES+=accum.h5 cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offse dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 \ unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 \ objcopy_ext.dat trefer1.h5 trefer2.h5 app_ref.h5 farray.h5 \ - earray.h5 efc[0-5].h5 + earray.h5 efc[0-5].h5 log_vfd_out.log # Sources for testhdf5 executable testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ |