diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-27 19:27:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-27 19:27:19 (GMT) |
commit | afb0efe139cf4a5ac8b7c8433b5931dc67d8e2c7 (patch) | |
tree | a7115027ad3e1deca1804efb52cf09de03c11468 /tools/h5dump/testh5dump.sh.in | |
parent | a30bf0f61a479d80be682c9272822fde0d54fd33 (diff) | |
download | hdf5-afb0efe139cf4a5ac8b7c8433b5931dc67d8e2c7.zip hdf5-afb0efe139cf4a5ac8b7c8433b5931dc67d8e2c7.tar.gz hdf5-afb0efe139cf4a5ac8b7c8433b5931dc67d8e2c7.tar.bz2 |
[svn-r22498] Add new test to linux script
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 016b4f1..5180782 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -91,6 +91,7 @@ $SRC_H5DUMP_TESTFILES/tarray6.h5 $SRC_H5DUMP_TESTFILES/tarray7.h5 $SRC_H5DUMP_TESTFILES/tarray8.h5 $SRC_H5DUMP_TESTFILES/tattr.h5 +$SRC_H5DUMP_TESTFILES/tattrintsize.h5 $SRC_H5DUMP_TESTFILES/tattr2.h5 $SRC_H5DUMP_TESTFILES/tattr4_be.h5 $SRC_H5DUMP_TESTFILES/tattrreg.h5 @@ -188,6 +189,7 @@ $SRC_H5DUMP_TESTFILES/tattr-1.ddl $SRC_H5DUMP_TESTFILES/tattr-2.ddl $SRC_H5DUMP_TESTFILES/tattr-3.ddl $SRC_H5DUMP_TESTFILES/tattr-4_be.ddl +$SRC_H5DUMP_TESTFILES/tattrintsize.ddl $SRC_H5DUMP_TESTFILES/tattrreg.ddl $SRC_H5DUMP_TESTFILES/tattrregR.ddl $SRC_H5DUMP_TESTFILES/tbin1.ddl @@ -568,6 +570,8 @@ COPY_TESTFILES_TO_TESTDIR # test for signed/unsigned datasets TOOLTEST packedbits.ddl --enable-error-stack packedbits.h5 +# test for signed/unsigned attributes +TOOLTEST tattrintsize.ddl --enable-error-stack tattrintsize.h5 # test for displaying groups TOOLTEST tgroup-1.ddl --enable-error-stack tgroup.h5 # test for displaying the selected groups |