diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-23 22:26:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-23 22:26:33 (GMT) |
commit | 510950623a180603a8af1c5d0fefd50a0ffd7b56 (patch) | |
tree | e030d89385d63df601d33bcd3fe7c4cadfd7f5b6 /java/examples/groups | |
parent | 958c7bd8335d4348218f75d52e4fb51192526c14 (diff) | |
download | hdf5-510950623a180603a8af1c5d0fefd50a0ffd7b56.zip hdf5-510950623a180603a8af1c5d0fefd50a0ffd7b56.tar.gz hdf5-510950623a180603a8af1c5d0fefd50a0ffd7b56.tar.bz2 |
Add testfiles to data copy
Diffstat (limited to 'java/examples/groups')
-rw-r--r-- | java/examples/groups/JavaGroupExample.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/examples/groups/JavaGroupExample.sh.in b/java/examples/groups/JavaGroupExample.sh.in index 7bcd7c5..b4e21bd 100644 --- a/java/examples/groups/JavaGroupExample.sh.in +++ b/java/examples/groups/JavaGroupExample.sh.in @@ -60,6 +60,8 @@ $HDFLIB_HOME/slf4j-api-1.7.25.jar $HDFLIB_HOME/ext/slf4j-simple-1.7.25.jar " LIST_DATA_FILES=" +$HDFTEST_HOME/h5ex_g_iterate.h5 +$HDFTEST_HOME/h5ex_g_visit.h5 $HDFTEST_HOME/../testfiles/examples.groups.H5Ex_G_Create.txt $HDFTEST_HOME/../testfiles/examples.groups.H5Ex_G_Iterate.txt $HDFTEST_HOME/../testfiles/examples.groups.H5Ex_G_Compact.txt @@ -178,6 +180,7 @@ CLEAN_DATAFILES_AND_BLDDIR() $RM $BLDDIR/examples.groups.H5Ex_G_*.txt $RM $BLDDIR/H5Ex_G_*.out $RM $BLDDIR/H5Ex_G_*.h5 + $RM $BLDDIR/h5ex_g_*.h5 SDIR=`$DIRNAME $tstfile` INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'` INODE_DDIR=`$LS -i -d $BLDDIR | $AWK -F' ' '{print $1}'` |