diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-23 22:27:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-23 22:27:34 (GMT) |
commit | 87fc66f41bccf9c3d7a32805e5a466cceb5bf81a (patch) | |
tree | ad99050f22467aa54adfc2304a1a0d21f2ecbdb1 /java/examples | |
parent | 6e66005441f9d3aac0fb8b6dd550375318891437 (diff) | |
download | hdf5-87fc66f41bccf9c3d7a32805e5a466cceb5bf81a.zip hdf5-87fc66f41bccf9c3d7a32805e5a466cceb5bf81a.tar.gz hdf5-87fc66f41bccf9c3d7a32805e5a466cceb5bf81a.tar.bz2 |
Add testfiles to data copy
Diffstat (limited to 'java/examples')
-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}'` |