summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/texternal.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/texternal.ddl')
-rw-r--r--tools/testfiles/texternal.ddl18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/testfiles/texternal.ddl b/tools/testfiles/texternal.ddl
new file mode 100644
index 0000000..511bd4f
--- /dev/null
+++ b/tools/testfiles/texternal.ddl
@@ -0,0 +1,18 @@
+#############################
+Expected output for 'h5dump -H -p -d external tfilters.h5'
+#############################
+HDF5 "tfilters.h5" {
+DATASET "external" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 100 ) / ( 100 ) }
+ STORAGE_LAYOUT CONTIGUOUS EXTERNAL {
+ FILENAME ext1.bin SIZE 200 OFFSET 0
+ FILENAME ext2.bin SIZE 200 OFFSET 0
+ }
+ FILLVALUE {
+ FILL_TIME IFSET
+ ALLOC_TIME LATE
+ VALUE 0
+ }
+}
+}