diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-07-03 13:32:39 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-07-03 13:32:39 (GMT) |
commit | 89bb6df86ee2b36352bfd3246fe8ff8e09769130 (patch) | |
tree | 9a80e1a7bbfd1921a1493e95ea62e3c08266b1e8 /tools/h5jam/testh5jam.sh.in | |
parent | 2b50ce69837f55e009b500237e66989c8f1f8946 (diff) | |
download | hdf5-89bb6df86ee2b36352bfd3246fe8ff8e09769130.zip hdf5-89bb6df86ee2b36352bfd3246fe8ff8e09769130.tar.gz hdf5-89bb6df86ee2b36352bfd3246fe8ff8e09769130.tar.bz2 |
[svn-r15314] moved h5jam test files to tools/h5jam/testfiles
tested: linux
Diffstat (limited to 'tools/h5jam/testh5jam.sh.in')
-rw-r--r-- | tools/h5jam/testh5jam.sh.in | 5 |
1 files changed, 2 insertions, 3 deletions
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". |