summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/testh5repack_main.c')
-rw-r--r--tools/h5repack/testh5repack_main.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/h5repack/testh5repack_main.c b/tools/h5repack/testh5repack_main.c
index ab5da12..f211adf 100644
--- a/tools/h5repack/testh5repack_main.c
+++ b/tools/h5repack/testh5repack_main.c
@@ -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();