summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-09 14:20:49 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-09 14:20:49 (GMT)
commit00235dba7e54a387783b2a2abb680ac32d7d8985 (patch)
treea14c84ff963a8281337d75b1fafc46c3d8ad9b9a /tools/h5repack/h5repack.h
parent8c0626ff5b52571a237e4890262f258d68545cc3 (diff)
downloadhdf5-00235dba7e54a387783b2a2abb680ac32d7d8985.zip
hdf5-00235dba7e54a387783b2a2abb680ac32d7d8985.tar.gz
hdf5-00235dba7e54a387783b2a2abb680ac32d7d8985.tar.bz2
[svn-r8333] Purpose:
new test Description: add a test that generates a file with "holes" and then uses h5repack to clean the empty space. it works Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r--tools/h5repack/h5repack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h
index 6d67d69..8e7e195 100644
--- a/tools/h5repack/h5repack.h
+++ b/tools/h5repack/h5repack.h
@@ -271,6 +271,9 @@ int parse_number(char *str);
#define FNAME3OUT "test3out.h5"
#define FNAME4 "test4.h5"
#define FNAME4OUT "test4out.h5"
+#define FNAME5 "test5.h5"
+#define FNAME5OUT "test5out.h5"
+#define FNAME6 "test6.h5"
int make_testfiles(void);