diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 04:34:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 04:34:06 (GMT) |
commit | 0813413a781cfc763317c7c5b4edaf13465fa5c0 (patch) | |
tree | 5fe68b18094572a2d049ba54401855eeb906582f /src/Makefile.am | |
parent | 330a3f1fcb16bcc61c525bb81aa2d4db907974c7 (diff) | |
download | hdf5-0813413a781cfc763317c7c5b4edaf13465fa5c0.zip hdf5-0813413a781cfc763317c7c5b4edaf13465fa5c0.tar.gz hdf5-0813413a781cfc763317c7c5b4edaf13465fa5c0.tar.bz2 |
[svn-r10191] Purpose:
New tests
Description:
Add some internal validation routines and make certain that the max & min
block sizes get tracked accurately, at least for a simple series of insertions
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-x | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8d65b31..40cd853 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,7 +37,7 @@ DISTCLEAN=libhdf5.settings # library sources libhdf5_la_SOURCES= H5.c H5A.c H5AC.c H5B.c H5B2.c H5B2cache.c H5B2dbg.c \ - H5B2test.c H5BT.c H5BTbtree2.c H5BTcache.c H5BTdbg.c H5C.c \ + H5B2test.c H5BT.c H5BTbtree2.c H5BTcache.c H5BTdbg.c H5BTtest.c H5C.c \ H5D.c \ H5Dcontig.c \ H5Dcompact.c \ |