summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2010-11-17 22:11:02 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2010-11-17 22:11:02 (GMT)
commit4810a3d3190603448697cdaa91ed5dc666b22df9 (patch)
tree893e31f7e54a745a88f3705a246352364ce325b9 /test/Makefile.am
parentd54a8334e1e66aa0e231db456a084870afe4aa9a (diff)
downloadhdf5-4810a3d3190603448697cdaa91ed5dc666b22df9.zip
hdf5-4810a3d3190603448697cdaa91ed5dc666b22df9.tar.gz
hdf5-4810a3d3190603448697cdaa91ed5dc666b22df9.tar.bz2
[svn-r19813] 1. Correct mistake for previous checkin rev #19781:
file name listed for DISTCLEANFILES should be testlinks_env.sh 2. Add comments to test_4() in test/external.c about the link name "/ link". 3. Fix memory leak as reported by valgrind in src/H5Lexternal.c: free memory pointed to by tmp_env_prefix for HDF5_EXT_PREFIX case.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 6993a35..06c56f8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -134,6 +134,6 @@ testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \
tvlstr.c tvltypes.c
# Temporary files.
-DISTCLEANFILES=testerror.sh testlibinfo.sh testcheck_version.sh testlinks.sh
+DISTCLEANFILES=testerror.sh testlibinfo.sh testcheck_version.sh testlinks_env.sh
include $(top_srcdir)/config/conclude.am