mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r23148] I added the macro condition check for the test of direct chunk write as it uses compress2 function.
Tested on koala.
This commit is contained in:
parent
81bcd314a9
commit
8eab66f667
@ -1115,7 +1115,9 @@ int main( void )
|
||||
goto error;
|
||||
|
||||
/* Test direct chunk write */
|
||||
#ifdef H5_HAVE_FILTER_DEFLATE
|
||||
nerrors += test_direct_chunk_write(file_id);
|
||||
#endif /* H5_HAVE_FILTER_DEFLATE */
|
||||
nerrors += test_skip_compress_write1(file_id);
|
||||
nerrors += test_skip_compress_write2(file_id);
|
||||
nerrors += test_data_conv(file_id);
|
||||
|
Loading…
Reference in New Issue
Block a user