diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-01-10 13:52:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-01-10 13:52:38 (GMT) |
commit | 0ffd938eae8a015f415edb4751d5d35b806d4d8d (patch) | |
tree | 85261961058a8b01e5fe72f3d885963fdccd0039 /windows | |
parent | a8a20fe919f08627f2695e9ed61c10a28478d8ae (diff) | |
download | hdf5-0ffd938eae8a015f415edb4751d5d35b806d4d8d.zip hdf5-0ffd938eae8a015f415edb4751d5d35b806d4d8d.tar.gz hdf5-0ffd938eae8a015f415edb4751d5d35b806d4d8d.tar.bz2 |
[svn-r19936] Add new signed/unsigned test to legacy test script
Diffstat (limited to 'windows')
-rw-r--r-- | windows/tools/h5dump/testh5dump.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat index e776c07..5f9a550 100644 --- a/windows/tools/h5dump/testh5dump.bat +++ b/windows/tools/h5dump/testh5dump.bat @@ -299,6 +299,9 @@ rem ############################################################################ rem ############################################################################
:main
+ rem test for signed/unsigned datasets
+ call :tooltest packedbits.ddl packedbits.h5
+
rem test for displaying groups
call :tooltest tgroup-1.ddl tgroup.h5
rem test for displaying the selected groups
|