diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-08 16:13:38 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-08 16:13:38 (GMT) |
commit | 3b451f709a07011fe0dc61d5dc9e8b0123e690a9 (patch) | |
tree | 5ef228c77ab434ea2cb86ad0d59c099843f83a6e | |
parent | 3f35eb23f8efcdcc4a597b79ae8008603574bcbe (diff) | |
download | hdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.zip hdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.tar.gz hdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.tar.bz2 |
[svn-r15817] move h5jam testfiles to its own testfiles folder
tested: linux
-rw-r--r-- | MANIFEST | 15 | ||||
-rw-r--r-- | tools/h5jam/testfiles/tall.h5 | bin | 0 -> 9968 bytes | |||
-rw-r--r-- | tools/h5jam/testfiles/twithub.h5 (renamed from tools/testfiles/twithub.h5) | bin | 10592 -> 10592 bytes | |||
-rw-r--r-- | tools/h5jam/testfiles/twithub513.h5 (renamed from tools/testfiles/twithub513.h5) | bin | 11056 -> 11056 bytes | |||
-rwxr-xr-x | tools/h5jam/testfiles/u10.txt (renamed from tools/testfiles/u10.txt) | 0 | ||||
-rwxr-xr-x | tools/h5jam/testfiles/u511.txt (renamed from tools/testfiles/u511.txt) | 0 | ||||
-rwxr-xr-x | tools/h5jam/testfiles/u512.txt (renamed from tools/testfiles/u512.txt) | 0 | ||||
-rwxr-xr-x | tools/h5jam/testfiles/u513.txt (renamed from tools/testfiles/u513.txt) | 0 | ||||
-rw-r--r-- | tools/h5jam/testh5jam.sh.in | 5 |
9 files changed, 9 insertions, 11 deletions
@@ -1498,19 +1498,18 @@ ./tools/h5jam/getub.c # test files for jam -./tools/testfiles/twithub.h5 -./tools/testfiles/twithub513.h5 -./tools/testfiles/u10.txt -./tools/testfiles/u511.txt -./tools/testfiles/u512.txt -./tools/testfiles/u513.txt +./tools/h5jam/testfiles/twithub.h5 +./tools/h5jam/testfiles/u10.txt +./tools/h5jam/testfiles/tall.h5 +./tools/h5jam/testfiles/u511.txt +./tools/h5jam/testfiles/u512.txt +./tools/h5jam/testfiles/twithub513.h5 +./tools/h5jam/testfiles/u513.txt # test files for h5copy ./tools/h5copy/testfiles/h5copytst.out.ls ./tools/h5copy/testfiles/h5copytst.h5 - - # test files for h5mkgrp ./tools/testfiles/h5mkgrp_help.ls ./tools/testfiles/h5mkgrp_nested.ls diff --git a/tools/h5jam/testfiles/tall.h5 b/tools/h5jam/testfiles/tall.h5 Binary files differnew file mode 100644 index 0000000..918aeee --- /dev/null +++ b/tools/h5jam/testfiles/tall.h5 diff --git a/tools/testfiles/twithub.h5 b/tools/h5jam/testfiles/twithub.h5 Binary files differindex 4bc1833..4bc1833 100644 --- a/tools/testfiles/twithub.h5 +++ b/tools/h5jam/testfiles/twithub.h5 diff --git a/tools/testfiles/twithub513.h5 b/tools/h5jam/testfiles/twithub513.h5 Binary files differindex 0eac208..0eac208 100644 --- a/tools/testfiles/twithub513.h5 +++ b/tools/h5jam/testfiles/twithub513.h5 diff --git a/tools/testfiles/u10.txt b/tools/h5jam/testfiles/u10.txt index c76a964..c76a964 100755 --- a/tools/testfiles/u10.txt +++ b/tools/h5jam/testfiles/u10.txt diff --git a/tools/testfiles/u511.txt b/tools/h5jam/testfiles/u511.txt index bff1736..bff1736 100755 --- a/tools/testfiles/u511.txt +++ b/tools/h5jam/testfiles/u511.txt diff --git a/tools/testfiles/u512.txt b/tools/h5jam/testfiles/u512.txt index 33a36c9..33a36c9 100755 --- a/tools/testfiles/u512.txt +++ b/tools/h5jam/testfiles/u512.txt diff --git a/tools/testfiles/u513.txt b/tools/h5jam/testfiles/u513.txt index 6b46ebf..6b46ebf 100755 --- a/tools/testfiles/u513.txt +++ b/tools/h5jam/testfiles/u513.txt diff --git a/tools/h5jam/testh5jam.sh.in b/tools/h5jam/testh5jam.sh.in index c1c55ca..e17c860 100644 --- a/tools/h5jam/testh5jam.sh.in +++ b/tools/h5jam/testh5jam.sh.in @@ -13,7 +13,7 @@ # http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have # access to either file, you may request a copy from help@hdfgroup.org. # -# Tests for the h5dump tool +# Tests for the h5jam/h5unjam tools # Determine which filters are available USE_FILTER_SZIP="@USE_FILTER_SZIP@" @@ -39,9 +39,8 @@ verbose=yes if test -z "$srcdir"; then srcdir=. fi -TESTFILES="$srcdir/../testfiles" +TESTFILES="$srcdir/testfiles" -#test -d ../testfiles || mkdir ../testfiles # Print a line-line message left justified in a field of 70 characters # beginning with the word "Testing". |