summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-08 16:13:38 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-08 16:13:38 (GMT)
commit3b451f709a07011fe0dc61d5dc9e8b0123e690a9 (patch)
tree5ef228c77ab434ea2cb86ad0d59c099843f83a6e /tools
parent3f35eb23f8efcdcc4a597b79ae8008603574bcbe (diff)
downloadhdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.zip
hdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.tar.gz
hdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.tar.bz2
[svn-r15817] move h5jam testfiles to its own testfiles folder
tested: linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5jam/testfiles/tall.h5bin0 -> 9968 bytes
-rw-r--r--tools/h5jam/testfiles/twithub.h5 (renamed from tools/testfiles/twithub.h5)bin10592 -> 10592 bytes
-rw-r--r--tools/h5jam/testfiles/twithub513.h5 (renamed from tools/testfiles/twithub513.h5)bin11056 -> 11056 bytes
-rwxr-xr-xtools/h5jam/testfiles/u10.txt (renamed from tools/testfiles/u10.txt)0
-rwxr-xr-xtools/h5jam/testfiles/u511.txt (renamed from tools/testfiles/u511.txt)0
-rwxr-xr-xtools/h5jam/testfiles/u512.txt (renamed from tools/testfiles/u512.txt)0
-rwxr-xr-xtools/h5jam/testfiles/u513.txt (renamed from tools/testfiles/u513.txt)0
-rw-r--r--tools/h5jam/testh5jam.sh.in5
8 files changed, 2 insertions, 3 deletions
diff --git a/tools/h5jam/testfiles/tall.h5 b/tools/h5jam/testfiles/tall.h5
new file mode 100644
index 0000000..918aeee
--- /dev/null
+++ b/tools/h5jam/testfiles/tall.h5
Binary files differ
diff --git a/tools/testfiles/twithub.h5 b/tools/h5jam/testfiles/twithub.h5
index 4bc1833..4bc1833 100644
--- a/tools/testfiles/twithub.h5
+++ b/tools/h5jam/testfiles/twithub.h5
Binary files differ
diff --git a/tools/testfiles/twithub513.h5 b/tools/h5jam/testfiles/twithub513.h5
index 0eac208..0eac208 100644
--- a/tools/testfiles/twithub513.h5
+++ b/tools/h5jam/testfiles/twithub513.h5
Binary files differ
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".