summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tldouble.wddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tldouble.wddl')
-rw-r--r--tools/testfiles/tldouble.wddl11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/testfiles/tldouble.wddl b/tools/testfiles/tldouble.wddl
new file mode 100644
index 0000000..4793b4d
--- /dev/null
+++ b/tools/testfiles/tldouble.wddl
@@ -0,0 +1,11 @@
+HDF5 "tldouble.h5" {
+GROUP "/" {
+ DATASET "dset" {
+ DATATYPE 128-bit little-endian floating-point
+ DATASPACE SIMPLE { ( 3 ) / ( 3 ) }
+ DATA {
+ (0): 1, 2, 3
+ }
+ }
+}
+}