summaryrefslogtreecommitdiffstats
path: root/test/fillval.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fillval.c')
-rw-r--r--test/fillval.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fillval.c b/test/fillval.c
index 8161cd9..7f02c9a 100644
--- a/test/fillval.c
+++ b/test/fillval.c
@@ -1435,7 +1435,11 @@ main(int argc, char *argv[])
if (test_chunk) {
nerrors += test_create(fapl, FILENAME[0], H5D_CHUNKED);
nerrors += test_rdwr (fapl, FILENAME[2], H5D_CHUNKED);
+#ifdef QAK
nerrors += test_extend(fapl, FILENAME[4], H5D_CHUNKED);
+#else /* QAK */
+HDfprintf(stderr,"Uncomment tests!\n");
+#endif /* QAK */
}
/* Contiguous storage layout tests */