diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2012-01-11 22:46:31 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2012-01-11 22:46:31 (GMT) |
commit | 805512456683cacf940eb7052ba14fd6ae6d3f9f (patch) | |
tree | 5a67e9028b49a663a4841bcf188d8d2f425fc6b1 /tools/h5copy/testfiles | |
parent | 429a51a6c32eb1825029337c240f7dd1a1713c4e (diff) | |
download | hdf5-805512456683cacf940eb7052ba14fd6ae6d3f9f.zip hdf5-805512456683cacf940eb7052ba14fd6ae6d3f9f.tar.gz hdf5-805512456683cacf940eb7052ba14fd6ae6d3f9f.tar.bz2 |
[svn-r21874] Purpose:
HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools
Stage2 working for h5copy tool.
Description:
Update cmake script to fetch test files from anywhere.
Also keep the apperance similiar to shell script for better maintainance.
some updated shell script.
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
Diffstat (limited to 'tools/h5copy/testfiles')
-rw-r--r-- | tools/h5copy/testfiles/h5copy_extlinks_src.out.ls | 3 | ||||
-rw-r--r-- | tools/h5copy/testfiles/h5copy_ref.out.ls | 3 | ||||
-rw-r--r-- | tools/h5copy/testfiles/h5copytst.out.ls | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/tools/h5copy/testfiles/h5copy_extlinks_src.out.ls b/tools/h5copy/testfiles/h5copy_extlinks_src.out.ls index e0047a7..0134714 100644 --- a/tools/h5copy/testfiles/h5copy_extlinks_src.out.ls +++ b/tools/h5copy/testfiles/h5copy_extlinks_src.out.ls @@ -1,6 +1,3 @@ -############################# -Expected output for 'h5ls ./testfiles/h5copy_extlinks_src.out.h5' -############################# Opened "./testfiles/h5copy_extlinks_src.out.h5" with sec2 driver. / Group Location: 1:96 diff --git a/tools/h5copy/testfiles/h5copy_ref.out.ls b/tools/h5copy/testfiles/h5copy_ref.out.ls index 8549842..0769dc8 100644 --- a/tools/h5copy/testfiles/h5copy_ref.out.ls +++ b/tools/h5copy/testfiles/h5copy_ref.out.ls @@ -1,6 +1,3 @@ -############################# -Expected output for 'h5ls ./testfiles/h5copy_ref.out.h5' -############################# Opened "./testfiles/h5copy_ref.out.h5" with sec2 driver. / Group Location: 1:96 diff --git a/tools/h5copy/testfiles/h5copytst.out.ls b/tools/h5copy/testfiles/h5copytst.out.ls index 6598c8f..62c860b 100644 --- a/tools/h5copy/testfiles/h5copytst.out.ls +++ b/tools/h5copy/testfiles/h5copytst.out.ls @@ -1,6 +1,3 @@ -############################# -Expected output for 'h5ls ./testfiles/h5copytst.out.h5' -############################# Opened "./testfiles/h5copytst.out.h5" with sec2 driver. / Group Location: 1:96 |