From d1aa3ee4d7a6835208701647ad1a6d789cb68fc9 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 25 Sep 2008 10:28:43 -0500 Subject: [svn-r15697] renamed configuration files to have the extension .conf tested: linux --- MANIFEST | 14 +++++++------- tools/h5import/h5importtestutil.sh | 12 ++++++------ tools/h5import/testfiles/binfp32.conf | 12 ++++++++++++ tools/h5import/testfiles/binfp64.conf | 13 +++++++++++++ tools/h5import/testfiles/binin16.conf | 12 ++++++++++++ tools/h5import/testfiles/binin32.conf | 12 ++++++++++++ tools/h5import/testfiles/binin8.conf | 16 ++++++++++++++++ tools/h5import/testfiles/binuin16.conf | 12 ++++++++++++ tools/h5import/testfiles/binuin32.conf | 12 ++++++++++++ tools/h5import/testfiles/conbfp32 | 12 ------------ tools/h5import/testfiles/conbfp64 | 13 ------------- tools/h5import/testfiles/conbin16 | 12 ------------ tools/h5import/testfiles/conbin32 | 12 ------------ tools/h5import/testfiles/conbin8 | 16 ---------------- tools/h5import/testfiles/conbuin16 | 12 ------------ tools/h5import/testfiles/conbuin32 | 12 ------------ 16 files changed, 102 insertions(+), 102 deletions(-) create mode 100755 tools/h5import/testfiles/binfp32.conf create mode 100755 tools/h5import/testfiles/binfp64.conf create mode 100755 tools/h5import/testfiles/binin16.conf create mode 100755 tools/h5import/testfiles/binin32.conf create mode 100755 tools/h5import/testfiles/binin8.conf create mode 100755 tools/h5import/testfiles/binuin16.conf create mode 100755 tools/h5import/testfiles/binuin32.conf delete mode 100755 tools/h5import/testfiles/conbfp32 delete mode 100755 tools/h5import/testfiles/conbfp64 delete mode 100755 tools/h5import/testfiles/conbin16 delete mode 100755 tools/h5import/testfiles/conbin32 delete mode 100755 tools/h5import/testfiles/conbin8 delete mode 100755 tools/h5import/testfiles/conbuin16 delete mode 100755 tools/h5import/testfiles/conbuin32 diff --git a/MANIFEST b/MANIFEST index 6f10244..70d2bb7 100644 --- a/MANIFEST +++ b/MANIFEST @@ -917,13 +917,13 @@ ./tools/h5import/h5import.c ./tools/h5import/h5importtest.c ./tools/h5import/h5importtestutil.sh -./tools/h5import/testfiles/conbfp32 -./tools/h5import/testfiles/conbfp64 -./tools/h5import/testfiles/conbin16 -./tools/h5import/testfiles/conbin32 -./tools/h5import/testfiles/conbin8 -./tools/h5import/testfiles/conbuin16 -./tools/h5import/testfiles/conbuin32 +./tools/h5import/testfiles/binfp32.conf +./tools/h5import/testfiles/binfp64.conf +./tools/h5import/testfiles/binin16.conf +./tools/h5import/testfiles/binin32.conf +./tools/h5import/testfiles/binin8.conf +./tools/h5import/testfiles/binuin16.conf +./tools/h5import/testfiles/binuin32.conf ./tools/h5import/testfiles/fp1 ./tools/h5import/testfiles/fp2 ./tools/h5import/testfiles/in1 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 diff --git a/tools/h5import/testfiles/binfp32.conf b/tools/h5import/testfiles/binfp32.conf new file mode 100755 index 0000000..66e6b35 --- /dev/null +++ b/tools/h5import/testfiles/binfp32.conf @@ -0,0 +1,12 @@ +PATH /fpbin/32-bit +INPUT-CLASS FP +INPUT-SIZE 32 +RANK 3 +DIMENSION-SIZES 5 3 4 +OUTPUT-ARCHITECTURE IEEE +OUTPUT-BYTE-ORDER BE +CHUNKED-DIMENSION-SIZES 2 2 2 +COMPRESSION-PARAM 2 + + + diff --git a/tools/h5import/testfiles/binfp64.conf b/tools/h5import/testfiles/binfp64.conf new file mode 100755 index 0000000..6b4c361 --- /dev/null +++ b/tools/h5import/testfiles/binfp64.conf @@ -0,0 +1,13 @@ +PATH /fp/bin/64-bit +INPUT-CLASS FP +INPUT-SIZE 64 +RANK 3 +DIMENSION-SIZES 5 3 4 +OUTPUT-ARCHITECTURE IEEE +OUTPUT-BYTE-ORDER LE +CHUNKED-DIMENSION-SIZES 2 2 2 +COMPRESSION-PARAM 8 +MAXIMUM-DIMENSIONS -1 6 7 + + + diff --git a/tools/h5import/testfiles/binin16.conf b/tools/h5import/testfiles/binin16.conf new file mode 100755 index 0000000..06869cb --- /dev/null +++ b/tools/h5import/testfiles/binin16.conf @@ -0,0 +1,12 @@ +PATH /int/bin/16-bit +INPUT-CLASS IN +INPUT-SIZE 16 +RANK 3 +DIMENSION-SIZES 2 3 4 +CHUNKED-DIMENSION-SIZES 2 2 2 +MAXIMUM-DIMENSIONS -1 -1 8 +OUTPUT-ARCHITECTURE STD +OUTPUT-BYTE-ORDER LE + + + diff --git a/tools/h5import/testfiles/binin32.conf b/tools/h5import/testfiles/binin32.conf new file mode 100755 index 0000000..11996ef --- /dev/null +++ b/tools/h5import/testfiles/binin32.conf @@ -0,0 +1,12 @@ +PATH /int/bin/32-bit +INPUT-CLASS IN +INPUT-SIZE 32 +RANK 3 +DIMENSION-SIZES 5 3 4 +OUTPUT-ARCHITECTURE STD +OUTPUT-BYTE-ORDER BE +CHUNKED-DIMENSION-SIZES 1 2 1 + + + + diff --git a/tools/h5import/testfiles/binin8.conf b/tools/h5import/testfiles/binin8.conf new file mode 100755 index 0000000..1edd80a --- /dev/null +++ b/tools/h5import/testfiles/binin8.conf @@ -0,0 +1,16 @@ +PATH /int/bin/8-bit +INPUT-CLASS IN +INPUT-SIZE 8 +OUTPUT-CLASS IN +OUTPUT-SIZE 16 +RANK 3 +OUTPUT-ARCHITECTURE STD +OUTPUT-BYTE-ORDER LE +DIMENSION-SIZES 5 3 4 +CHUNKED-DIMENSION-SIZES 2 2 2 +MAXIMUM-DIMENSIONS -1 -1 -1 +COMPRESSION-PARAM 3 + + + + diff --git a/tools/h5import/testfiles/binuin16.conf b/tools/h5import/testfiles/binuin16.conf new file mode 100755 index 0000000..a4603df --- /dev/null +++ b/tools/h5import/testfiles/binuin16.conf @@ -0,0 +1,12 @@ +PATH /int/buin/16-bit +INPUT-CLASS UIN +INPUT-SIZE 16 +RANK 3 +DIMENSION-SIZES 2 3 4 +CHUNKED-DIMENSION-SIZES 2 2 2 +MAXIMUM-DIMENSIONS -1 -1 8 +OUTPUT-ARCHITECTURE STD +OUTPUT-BYTE-ORDER BE + + + diff --git a/tools/h5import/testfiles/binuin32.conf b/tools/h5import/testfiles/binuin32.conf new file mode 100755 index 0000000..a649e97 --- /dev/null +++ b/tools/h5import/testfiles/binuin32.conf @@ -0,0 +1,12 @@ +PATH /int/buin/32-bit +INPUT-CLASS UIN +INPUT-SIZE 32 +RANK 3 +DIMENSION-SIZES 5 3 4 +OUTPUT-ARCHITECTURE STD +OUTPUT-BYTE-ORDER LE + + + + + diff --git a/tools/h5import/testfiles/conbfp32 b/tools/h5import/testfiles/conbfp32 deleted file mode 100755 index 66e6b35..0000000 --- a/tools/h5import/testfiles/conbfp32 +++ /dev/null @@ -1,12 +0,0 @@ -PATH /fpbin/32-bit -INPUT-CLASS FP -INPUT-SIZE 32 -RANK 3 -DIMENSION-SIZES 5 3 4 -OUTPUT-ARCHITECTURE IEEE -OUTPUT-BYTE-ORDER BE -CHUNKED-DIMENSION-SIZES 2 2 2 -COMPRESSION-PARAM 2 - - - diff --git a/tools/h5import/testfiles/conbfp64 b/tools/h5import/testfiles/conbfp64 deleted file mode 100755 index 6b4c361..0000000 --- a/tools/h5import/testfiles/conbfp64 +++ /dev/null @@ -1,13 +0,0 @@ -PATH /fp/bin/64-bit -INPUT-CLASS FP -INPUT-SIZE 64 -RANK 3 -DIMENSION-SIZES 5 3 4 -OUTPUT-ARCHITECTURE IEEE -OUTPUT-BYTE-ORDER LE -CHUNKED-DIMENSION-SIZES 2 2 2 -COMPRESSION-PARAM 8 -MAXIMUM-DIMENSIONS -1 6 7 - - - diff --git a/tools/h5import/testfiles/conbin16 b/tools/h5import/testfiles/conbin16 deleted file mode 100755 index 06869cb..0000000 --- a/tools/h5import/testfiles/conbin16 +++ /dev/null @@ -1,12 +0,0 @@ -PATH /int/bin/16-bit -INPUT-CLASS IN -INPUT-SIZE 16 -RANK 3 -DIMENSION-SIZES 2 3 4 -CHUNKED-DIMENSION-SIZES 2 2 2 -MAXIMUM-DIMENSIONS -1 -1 8 -OUTPUT-ARCHITECTURE STD -OUTPUT-BYTE-ORDER LE - - - diff --git a/tools/h5import/testfiles/conbin32 b/tools/h5import/testfiles/conbin32 deleted file mode 100755 index 11996ef..0000000 --- a/tools/h5import/testfiles/conbin32 +++ /dev/null @@ -1,12 +0,0 @@ -PATH /int/bin/32-bit -INPUT-CLASS IN -INPUT-SIZE 32 -RANK 3 -DIMENSION-SIZES 5 3 4 -OUTPUT-ARCHITECTURE STD -OUTPUT-BYTE-ORDER BE -CHUNKED-DIMENSION-SIZES 1 2 1 - - - - diff --git a/tools/h5import/testfiles/conbin8 b/tools/h5import/testfiles/conbin8 deleted file mode 100755 index 1edd80a..0000000 --- a/tools/h5import/testfiles/conbin8 +++ /dev/null @@ -1,16 +0,0 @@ -PATH /int/bin/8-bit -INPUT-CLASS IN -INPUT-SIZE 8 -OUTPUT-CLASS IN -OUTPUT-SIZE 16 -RANK 3 -OUTPUT-ARCHITECTURE STD -OUTPUT-BYTE-ORDER LE -DIMENSION-SIZES 5 3 4 -CHUNKED-DIMENSION-SIZES 2 2 2 -MAXIMUM-DIMENSIONS -1 -1 -1 -COMPRESSION-PARAM 3 - - - - diff --git a/tools/h5import/testfiles/conbuin16 b/tools/h5import/testfiles/conbuin16 deleted file mode 100755 index a4603df..0000000 --- a/tools/h5import/testfiles/conbuin16 +++ /dev/null @@ -1,12 +0,0 @@ -PATH /int/buin/16-bit -INPUT-CLASS UIN -INPUT-SIZE 16 -RANK 3 -DIMENSION-SIZES 2 3 4 -CHUNKED-DIMENSION-SIZES 2 2 2 -MAXIMUM-DIMENSIONS -1 -1 8 -OUTPUT-ARCHITECTURE STD -OUTPUT-BYTE-ORDER BE - - - diff --git a/tools/h5import/testfiles/conbuin32 b/tools/h5import/testfiles/conbuin32 deleted file mode 100755 index a649e97..0000000 --- a/tools/h5import/testfiles/conbuin32 +++ /dev/null @@ -1,12 +0,0 @@ -PATH /int/buin/32-bit -INPUT-CLASS UIN -INPUT-SIZE 32 -RANK 3 -DIMENSION-SIZES 5 3 4 -OUTPUT-ARCHITECTURE STD -OUTPUT-BYTE-ORDER LE - - - - - -- cgit v0.12