summaryrefslogtreecommitdiffstats
path: root/tools/h5import/h5importtestutil.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-09-25 15:28:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-09-25 15:28:43 (GMT)
commitd1aa3ee4d7a6835208701647ad1a6d789cb68fc9 (patch)
tree3f9fb3dabf046734bd491db7c9b4345459137ce7 /tools/h5import/h5importtestutil.sh
parent1294681ee1f95415f626ff7b4d58a4d709a1fbb7 (diff)
downloadhdf5-d1aa3ee4d7a6835208701647ad1a6d789cb68fc9.zip
hdf5-d1aa3ee4d7a6835208701647ad1a6d789cb68fc9.tar.gz
hdf5-d1aa3ee4d7a6835208701647ad1a6d789cb68fc9.tar.bz2
[svn-r15697] renamed configuration files to have the extension .conf
tested: linux
Diffstat (limited to 'tools/h5import/h5importtestutil.sh')
-rwxr-xr-xtools/h5import/h5importtestutil.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/h5import/h5importtestutil.sh b/tools/h5import/h5importtestutil.sh
index 4f5a7bb..f7defe9 100755
--- a/tools/h5import/h5importtestutil.sh
+++ b/tools/h5import/h5importtestutil.sh
@@ -81,22 +81,22 @@ TESTING "ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed "
TOOLTEST $srcdir/testfiles/fp2 -c $srcdir/testfiles/textfp64.conf -o test7.h5
TESTING "BINARY F64 - rank 3 - Output LE+CHUNKED+Extended+Compressed "
-TOOLTEST bfp64 -c $srcdir/testfiles/conbfp64 -o test8.h5
+TOOLTEST bfp64 -c $srcdir/testfiles/binfp64.conf -o test8.h5
TESTING "BINARY I16 - rank 3 - Output order LE + CHUNKED + extended "
-TOOLTEST bin16 -c $srcdir/testfiles/conbin16 -o test9.h5
+TOOLTEST bin16 -c $srcdir/testfiles/binin16.conf -o test9.h5
TESTING "BINARY I8 - rank 3 - Output I16LE + Chunked+Extended+Compressed "
-TOOLTEST bin8 -c $srcdir/testfiles/conbin8 -o test10.h5
+TOOLTEST bin8 -c $srcdir/testfiles/binin8.conf -o test10.h5
TESTING "BINARY I32 - rank 3 - Output BE + CHUNKED "
-TOOLTEST bin32 -c $srcdir/testfiles/conbin32 -o test11.h5
+TOOLTEST bin32 -c $srcdir/testfiles/binin32.conf -o test11.h5
TESTING "BINARY UI16 - rank 3 - Output byte BE + CHUNKED "
-TOOLTEST buin16 -c $srcdir/testfiles/conbuin16 -o test12.h5
+TOOLTEST buin16 -c $srcdir/testfiles/binuin16.conf -o test12.h5
TESTING "BINARY UI32 - rank 3 - Output LE + CHUNKED "
-TOOLTEST buin32 -c $srcdir/testfiles/conbuin32 -o test13.h5
+TOOLTEST buin32 -c $srcdir/testfiles/binuin32.conf -o test13.h5
TESTING "STR"
TOOLTEST $srcdir/testfiles/txtstr -c $srcdir/testfiles/textstr -o teststr.h5