diff options
Diffstat (limited to 'tools/h5import/h5importtestutil.sh')
-rwxr-xr-x | tools/h5import/h5importtestutil.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5import/h5importtestutil.sh b/tools/h5import/h5importtestutil.sh index 09d2303..0687871 100755 --- a/tools/h5import/h5importtestutil.sh +++ b/tools/h5import/h5importtestutil.sh @@ -98,6 +98,9 @@ TOOLTEST buin16 -c $srcdir/testfiles/conbuin16 -o test12.h5 TESTING "BINARY UI32 - rank 3 - Output LE + CHUNKED " TOOLTEST buin32 -c $srcdir/testfiles/conbuin32 -o test13.h5 +TESTING "STR" +TOOLTEST $srcdir/testfiles/txtstr -c $srcdir/testfiles/textstr -o teststr.h5 + rm -f tx* b* *.dat rm -f test*.h5 rm -rf tmp_testfiles |