diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 13:42:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 13:42:22 (GMT) |
commit | c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e (patch) | |
tree | 33037ccb57b98b0fafdb75b8b22c070eb2baebf7 /test/Makefile.in | |
parent | 32b58cef083388eec4b81c956eef717f59f24a87 (diff) | |
download | hdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.zip hdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.tar.gz hdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.tar.bz2 |
[svn-r5895] Purpose:
Code cleanup/More tests
Description:
Cleaned up some compiler warnings and wrote additional tests for space
allocation and storage size routines.
Platforms tested:
FreeBSD 4.6 (sleipnir) w/serial & parallel. Will be testing on IRIX64
6.5 (modi4) in serial & parallel shortly.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 97895cd..5ee046b 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -37,12 +37,12 @@ PUB_LIB= ## specifying a file prefix or low-level driver. Changing the file ## prefix or low-level driver with environment variables will influence ## the temporary file name in ways that the makefile is not aware of. -MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 extend.h5 istore.h5 tfile1.h5 tfile2.h5 \ - tfile3.h5 th5s1.h5 lheap.h5 ohdr.h5 stab1.h5 stab2.h5 \ - extern_1.h5 extern_2.h5 extern_3.h5 extern_1a.raw extern_1b.raw \ - extern_2a.raw extern_2b.raw extern_3a.raw extern_3b.raw \ - extern_4a.raw extern_4b.raw gheap0.h5 gheap1.h5 gheap2.h5 \ - gheap3.h5 gheap4.h5 links.h5 big.data \ +MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ + tfile1.h5 tfile2.h5 tfile3.h5 th5s1.h5 lheap.h5 ohdr.h5 stab1.h5 \ + stab2.h5 extern_1.h5 extern_2.h5 extern_3.h5 extern_1a.raw \ + extern_1b.raw extern_2a.raw extern_2b.raw extern_3a.raw \ + extern_3b.raw extern_4a.raw extern_4b.raw gheap0.h5 gheap1.h5 \ + gheap2.h5 gheap3.h5 gheap4.h5 links.h5 big.data \ big[0-9][0-9][0-9][0-9][0-9].h5 dtypes1.h5 dtypes2.h5 tattr.h5 \ tselect.h5 mtime.h5 unlink.h5 fillval_[0-9].h5 fillval.raw \ mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[12].h5 tvltypes.h5 \ |