summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-7.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-12 21:58:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-12 21:58:31 (GMT)
commit5d0b400f690631f3ad5ce56070e1fca34ef5042b (patch)
tree09f978083b42ea431ab07c82bf1db6e5fd4016bf /tools/testfiles/tall-7.ddl
parenta3204d77e7e8f7b15b01a424ac1789e1f29ad210 (diff)
downloadhdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.zip
hdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.tar.gz
hdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.tar.bz2
[svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. New test added, scripts updated, help text updated.
Tested: local linux
Diffstat (limited to 'tools/testfiles/tall-7.ddl')
-rw-r--r--tools/testfiles/tall-7.ddl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/testfiles/tall-7.ddl b/tools/testfiles/tall-7.ddl
new file mode 100644
index 0000000..f0ad5ea
--- /dev/null
+++ b/tools/testfiles/tall-7.ddl
@@ -0,0 +1,9 @@
+HDF5 "tall.h5" {
+ATTRIBUTE "attr1" {
+ DATATYPE H5T_STD_I8BE
+ DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
+ DATA {
+ (0): 97, 98, 99, 100, 101, 102, 103, 104, 105, 0
+ }
+}
+}