diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-12-07 18:40:54 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-12-07 18:40:54 (GMT) |
commit | b58e9a6253c5b0a5beff9bd444f68cf64c2533e9 (patch) | |
tree | 7664696bd7a7925901bbccef4f4a8078ac3cb1a3 /test | |
parent | bdc304d6128607b6ee00e822be850416959d0732 (diff) | |
download | hdf5-b58e9a6253c5b0a5beff9bd444f68cf64c2533e9.zip hdf5-b58e9a6253c5b0a5beff9bd444f68cf64c2533e9.tar.gz hdf5-b58e9a6253c5b0a5beff9bd444f68cf64c2533e9.tar.bz2 |
[svn-r959] Changes since 19981125
----------------------
./src/H5HG.c
Fixed a bug in the alignment calculation for the heap free
space. The reference test passes now.
Diffstat (limited to 'test')
-rw-r--r-- | test/.distdep | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/test/.distdep b/test/.distdep index 7da3a87..0783417 100644 --- a/test/.distdep +++ b/test/.distdep @@ -617,30 +617,6 @@ tmeta.o: \ ../src/H5Eprivate.h \ ../src/H5Epublic.h \ ../src/H5Ipublic.h -trefer.o: \ - trefer.c \ - testhdf5.h \ - ../src/H5private.h \ - ../src/H5public.h \ - ../src/H5config.h \ - ../src/H5Eprivate.h \ - ../src/H5Epublic.h \ - ../src/H5Ipublic.h \ - ../src/hdf5.h \ - ../src/H5Apublic.h \ - ../src/H5ACpublic.h \ - ../src/H5Bpublic.h \ - ../src/H5Dpublic.h \ - ../src/H5Fpublic.h \ - ../src/H5Gpublic.h \ - ../src/H5HGpublic.h \ - ../src/H5HLpublic.h \ - ../src/H5MFpublic.h \ - ../src/H5MMpublic.h \ - ../src/H5Opublic.h \ - ../src/H5Ppublic.h \ - ../src/H5Zpublic.h \ - ../src/H5Rpublic.h tselect.o: \ tselect.c \ testhdf5.h \ @@ -849,6 +825,12 @@ mtime.o: \ ../src/H5Rprivate.h \ ../src/H5Tprivate.h \ ../src/H5Gprivate.h +testhdf5.o: \ + testhdf5.c \ + testhdf5.h \ + ../src/H5private.h \ + ../src/H5public.h \ + ../src/H5config.h tattr.o: \ tattr.c \ testhdf5.h \ @@ -873,12 +855,6 @@ tattr.o: \ ../src/H5Ppublic.h \ ../src/H5Zpublic.h \ ../src/H5Rpublic.h -testhdf5.o: \ - testhdf5.c \ - testhdf5.h \ - ../src/H5private.h \ - ../src/H5public.h \ - ../src/H5config.h th5s.o: \ th5s.c \ testhdf5.h \ @@ -906,3 +882,27 @@ th5s.o: \ ../src/H5Zprivate.h \ ../src/H5Zpublic.h \ ../src/H5Pprivate.h +trefer.o: \ + trefer.c \ + testhdf5.h \ + ../src/H5private.h \ + ../src/H5public.h \ + ../src/H5config.h \ + ../src/H5Eprivate.h \ + ../src/H5Epublic.h \ + ../src/H5Ipublic.h \ + ../src/hdf5.h \ + ../src/H5Apublic.h \ + ../src/H5ACpublic.h \ + ../src/H5Bpublic.h \ + ../src/H5Dpublic.h \ + ../src/H5Fpublic.h \ + ../src/H5Gpublic.h \ + ../src/H5HGpublic.h \ + ../src/H5HLpublic.h \ + ../src/H5MFpublic.h \ + ../src/H5MMpublic.h \ + ../src/H5Opublic.h \ + ../src/H5Ppublic.h \ + ../src/H5Zpublic.h \ + ../src/H5Rpublic.h |