summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/Makefile.am
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-15 19:56:44 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-15 19:56:44 (GMT)
commit8f74e81758f53e46a2898616c1c438c99aaac15b (patch)
tree3a1a524e78357f06cd8abf481b3334b6a6bae605 /tools/h5repack/Makefile.am
parenta44ab9133a917152680938707d893888d6a97c02 (diff)
downloadhdf5-8f74e81758f53e46a2898616c1c438c99aaac15b.zip
hdf5-8f74e81758f53e46a2898616c1c438c99aaac15b.tar.gz
hdf5-8f74e81758f53e46a2898616c1c438c99aaac15b.tar.bz2
[svn-r12917]
h5repack revision: 1. added a new test due to the introduction of H5Ocopy in the copy of objects (compressed dataset with references, that still must go a second sweep of the file to be regenerated). 2. Moved all the source files from the h5repack test program to a new file h5repacktst.c and removed the old ones (testh5repack*.c). 3. Renamed the binary files from test*.h5 to h5repack*.h5 for easy reference. 4. Modified the shell script to use variables for file names instead of hard coded names
Diffstat (limited to 'tools/h5repack/Makefile.am')
-rw-r--r--tools/h5repack/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5repack/Makefile.am b/tools/h5repack/Makefile.am
index 8a664ef..d462705 100644
--- a/tools/h5repack/Makefile.am
+++ b/tools/h5repack/Makefile.am
@@ -45,8 +45,7 @@ COMMON_SOURCES=h5repack.c h5repack_copy.c h5repack_filters.c \
h5repack_SOURCES=$(COMMON_SOURCES) h5repack_main.c
-h5repacktst_SOURCES=$(COMMON_SOURCES) testh5repack_attr.c testh5repack_dset.c \
- testh5repack_main.c testh5repack_make.c testh5repack_util.c
+h5repacktst_SOURCES=$(COMMON_SOURCES) h5repacktst.c
testh5repack_detect_szip_SOURCES=testh5repack_detect_szip.c