summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfletcher32.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfletcher32.ddl')
-rw-r--r--tools/testfiles/tfletcher32.ddl20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/testfiles/tfletcher32.ddl b/tools/testfiles/tfletcher32.ddl
new file mode 100644
index 0000000..1b128cb
--- /dev/null
+++ b/tools/testfiles/tfletcher32.ddl
@@ -0,0 +1,20 @@
+#############################
+Expected output for 'h5dump -H -p -d fletcher32 tfilters.h5'
+#############################
+HDF5 "tfilters.h5" {
+DATASET "fletcher32" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+ STORAGE_LAYOUT CHUNKED {
+ SIZE 816 ( 10, 5 )
+ }
+ FILTERS {
+ CHECKSUM FLETCHER32
+ }
+ FILLVALUE {
+ FILL_TIME IFSET
+ ALLOC_TIME INCR
+ VALUE 0
+ }
+}
+}