diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-27 18:26:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-27 18:26:16 (GMT) |
commit | a13344aefd14cdcd321b25244dbff5993656b924 (patch) | |
tree | ead4dcde53794d56ab1f3adcdcc3c8542526003d /tools/h5dump/CMakeLists.txt | |
parent | 4a7802b82b175bb8ccc20cc9d41b004c6351d51a (diff) | |
download | hdf5-a13344aefd14cdcd321b25244dbff5993656b924.zip hdf5-a13344aefd14cdcd321b25244dbff5993656b924.tar.gz hdf5-a13344aefd14cdcd321b25244dbff5993656b924.tar.bz2 |
[svn-r22496] Add file to test integer sizes for attributes
Tested: local linux
Diffstat (limited to 'tools/h5dump/CMakeLists.txt')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index debbb48..d6c43c0 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -66,6 +66,7 @@ IF (BUILD_TESTING) tarray7.ddl tarray8.ddl tattr-1.ddl + tattrintsize.ddl tattr-2.ddl tattr-3.ddl tattr-4_be.ddl @@ -258,6 +259,7 @@ IF (BUILD_TESTING) tattr.h5 tattr2.h5 tattr4_be.h5 + tattrintsize.h5 tattrreg.h5 tbigdims.h5 tbinary.h5 @@ -730,6 +732,8 @@ IF (BUILD_TESTING) tattr-3.out.err tattr-4_be.out tattr-4_be.out.err + tattrintsize.out + tattrintsize.out.err tattrreg.out tattrreg.out.err tattrregR.out @@ -935,6 +939,8 @@ IF (BUILD_TESTING) # test for signed/unsigned datasets ADD_H5_TEST (packedbits 0 --enable-error-stack packedbits.h5) + # test for signed/unsigned attributes + ADD_H5_TEST (tattrintsize 0 --enable-error-stack tattrintsize.h5) # test for displaying groups ADD_H5_TEST (tgroup-1 0 --enable-error-stack tgroup.h5) # test for displaying the selected groups |