[svn-r15759] move h5copy testfiles to /tools/h5copy/testfiles

tested: linux
This commit is contained in:
Pedro Vicente Nunes
2008-10-02 15:39:04 -05:00
parent 923d421509
commit 313d2cc82c
4 changed files with 5 additions and 3 deletions

View File

@@ -1486,8 +1486,10 @@
./tools/testfiles/u513.txt
# test files for h5copy
./tools/testfiles/h5copytst.h5
./tools/testfiles/h5copytst.out.ls
./tools/h5copy/testfiles/h5copytst.out.ls
./tools/h5copy/testfiles/h5copytst.h5
# test files for h5mkgrp
./tools/testfiles/h5mkgrp_help.ls

View File

@@ -31,7 +31,7 @@ nerrors=0
verbose=yes
SRCFILE=h5copytst.h5
INDIR=$srcdir/../testfiles
INDIR=$srcdir/testfiles
OUTDIR=../testfiles
CMP='cmp -s'
DIFF='diff -c'