summaryrefslogtreecommitdiffstats
path: root/vms/tools/h5dump/check_h5dump.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/tools/h5dump/check_h5dump.com')
-rw-r--r--vms/tools/h5dump/check_h5dump.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/tools/h5dump/check_h5dump.com b/vms/tools/h5dump/check_h5dump.com
index 2c34731..4a6ea56 100644
--- a/vms/tools/h5dump/check_h5dump.com
+++ b/vms/tools/h5dump/check_h5dump.com
@@ -218,6 +218,11 @@ $ CALL TOOLTEST torderattr1.ddl "-"""H""" --sort_by=name --sort_order=ascending
$ CALL TOOLTEST torderattr2.ddl "-"""H""" --sort_by=name --sort_order=descending torderattr.h5"
$ CALL TOOLTEST torderattr3.ddl "-"""H""" --sort_by=creation_order --sort_order=ascending torderattr.h5"
$ CALL TOOLTEST torderattr4.ddl "-"""H""" --sort_by=creation_order --sort_order=descending torderattr.h5"
+$
+$ ! Test for dataset packed bits
+$ CALL TOOLTEST tpackedbits.ddl "-d /dset1 -M 0,2 tdset.h5"
+$ CALL TOOLTEST tpackedbits2.ddl "-d /dset1 -M 0,2,2,1 tdset.h5"
+$
$ !
$TOOLTEST: SUBROUTINE
$