[svn-r7999] Purpose:

h5repack new features

Description:
added support/ tests for contiguous and compact layout processing

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2003-12-31 09:00:36 -05:00
parent ee2eecf1b4
commit 738e808d26
6 changed files with 97 additions and 28 deletions

View File

@@ -557,7 +557,6 @@ test_layout_contiguous(void)
* test an individual object option
*-------------------------------------------------------------------------
*/
if (h5repack_init (&pack_options, 0)<0)
TEST_ERROR;
if (h5repack_addlayout("dset1:CONTI",&pack_options)<0)
@@ -724,11 +723,15 @@ int main (void)
#endif
#if 0
#if 1
/* test a copy with layout CONTI options */
nerrors += test_layout_contiguous();
#endif
#if 1
/* test a copy with layout COMPA options */
nerrors += test_layout_compact();