summaryrefslogtreecommitdiffstats
path: root/tools/h52jpeg/h52jpeg.sh
diff options
context:
space:
mode:
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