summaryrefslogtreecommitdiffstats
path: root/tools/h52jpeg/h52jpeg.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-06-25 20:44:51 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-06-25 20:44:51 (GMT)
commit301c5fd2185ae672acb3905983c1fab2fe50ee17 (patch)
tree82a6d1dbc9056dfb1168c454a723771fdf10a20e /tools/h52jpeg/h52jpeg.sh
parent640e7a9bab406b3d482237e5bed8ecee76169780 (diff)
downloadhdf5-301c5fd2185ae672acb3905983c1fab2fe50ee17.zip
hdf5-301c5fd2185ae672acb3905983c1fab2fe50ee17.tar.gz
hdf5-301c5fd2185ae672acb3905983c1fab2fe50ee17.tar.bz2
[svn-r15277] added code for reading an image type from the command line
added a new test run for the shell script with image name specified tested: windows, linux
Diffstat (limited to 'tools/h52jpeg/h52jpeg.sh')
-rw-r--r--tools/h52jpeg/h52jpeg.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/h52jpeg/h52jpeg.sh b/tools/h52jpeg/h52jpeg.sh
index a333084..b1e1109 100644
--- a/tools/h52jpeg/h52jpeg.sh
+++ b/tools/h52jpeg/h52jpeg.sh
@@ -70,8 +70,12 @@ TOOLTEST()
# Test for traversing the file and export all images/datasets to jpeg
-TESTING $TOOL $SRCFILE myjpeg
-TOOLTEST $TESTFILE myjpeg
+TESTING $TOOL $SRCFILE myjpeg1
+TOOLTEST $TESTFILE myjpeg1
+
+# Test for reading an image path
+TESTING $TOOL -i image8bit $SRCFILE myjpeg2
+TOOLTEST -i image8bit $TESTFILE myjpeg2