summaryrefslogtreecommitdiffstats
path: root/tools/h5copy/testh5copy.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-10-05 19:46:45 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-10-05 19:46:45 (GMT)
commitc13697362a1bfa8f3a7e466f592d6baa6f925e12 (patch)
tree67bf3f3c581d096cbe5c34ba49b80b6475fddc47 /tools/h5copy/testh5copy.sh
parent40250f05a38b9fe2f17b27799a694ea5fc69468e (diff)
downloadhdf5-c13697362a1bfa8f3a7e466f592d6baa6f925e12.zip
hdf5-c13697362a1bfa8f3a7e466f592d6baa6f925e12.tar.gz
hdf5-c13697362a1bfa8f3a7e466f592d6baa6f925e12.tar.bz2
[svn-r12722]
added new tests for h5copy script, generated in the test file generator program
Diffstat (limited to 'tools/h5copy/testh5copy.sh')
-rw-r--r--tools/h5copy/testh5copy.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh
index eef1834..d376461 100644
--- a/tools/h5copy/testh5copy.sh
+++ b/tools/h5copy/testh5copy.sh
@@ -120,8 +120,11 @@ H5DIFFTEST()
### T H E T E S T S ###
##############################################################################
-TOOLTEST -i $TESTFILE -o $FILEOUT -v -s simple -d simple
-TOOLTEST -i $TESTFILE -o $FILEOUT -v -s chunk -d chunk
+TOOLTEST -i $TESTFILE -o $FILEOUT -v -s simple -d simple
+TOOLTEST -i $TESTFILE -o $FILEOUT -v -s chunk -d chunk
+TOOLTEST -i $TESTFILE -o $FILEOUT -v -s compact -d compact
+TOOLTEST -i $TESTFILE -o $FILEOUT -v -s compound -d compound
+