hdf5/test
Robb Matzke dedc8c37b4 [svn-r944] Changes since 19981120
----------------------

./MANIFEST
./test/Makefile.in
./test/shtype.c		[REMOVED]
	Removed shtype.c because it was all commented out.  Besides,
	these tests are done in dtypes.c now anyway.

./test/external.c
./test/fillval.c
./test/flush1.c
./test/flush2.c
./test/links.c
./test/mount.c
./test/mtime.c
./test/unlink.c
	The tests that check the HDF5 API use the h5test support
	functions. For one thing, that means that you can specify the
	file driver that thay use by the HDF5_DRIVER environment
	variable. Possible values are:

	    HDF5_DRIVER='sec2'		Use read() and write()
	    HDF5_DRIVER='stdio'		Use fread() and fwrite()
	    HDF5_DRIVER='core'		Use malloc() and free()
	    HDF5_DRIVER='split'		Split meta and raw data
	    HDF5_DRIVER='family N'	Use file families with each
					member being N megabytes (N
					can be fractional, defaults to
					one).

	Some tests might fail for certain drivers: for instance, the
	mount and link tests fail for the `core' driver because
	they must be able to close and then reopen a file.
1998-11-23 15:40:35 -05:00
..
.distdep [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
big.c [svn-r929] Changes since 19981119 1998-11-19 13:52:56 -05:00
bittests.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
chunk.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
cmpd_dset.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
dsets.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
dtypes.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
extend.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
external.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
fillval.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
flush1.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
flush2.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
gheap.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
h5test.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
h5test.h [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
hyperslab.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
iopipe.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
istore.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
links.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
Makefile.in [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
mount.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
mtime.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
overhead.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
ragged.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
space_overflow.c [svn-r803] Something I forgot to add earlier... 1998-10-27 00:08:09 -05:00
tattr.c [svn-r641] Changed function names for beta release. 1998-08-31 22:35:23 -05:00
testhdf5.c [svn-r806] Set it to exit with non-zero code when errors encountered or when 1998-10-27 12:05:37 -05:00
testhdf5.h [svn-r859] Changes since 19981030 1998-11-02 12:58:28 -05:00
tfile.c [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
th5s.c [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
th5s.h5 [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
theap.c
tmeta.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
tohdr.c
trefer.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
tselect.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
tstab.c [svn-r753] Changes since 19981008 1998-10-13 12:17:50 -05:00
unlink.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00