hdf5/test
Robb Matzke 3d526ab6cb [svn-r51] ./test/tstab.c
./test/tohdr.c
./test/tmeta.c
./test/theap.c
./test/tfile.c
./test/testhdf5.h
./test/testhdf5.c
	Changed the MESSAGE macro so it doesn't have a semicolon
	inside the argument list and automatic indentation tools work
	better.

	Old call:  MESSAGE (5, printfunc("foo%s %d", s, i););
        New call:  MESSAGE (5, ("foo%s %d", s, i));

	The parentheses are required.

./test/tstab.c
	Added more tests.
1997-08-29 11:59:28 -05:00
..
Makefile [svn-r48] Fixed H5Cgetparm tests to use uint8 for the offset and length parameters. 1997-08-28 12:15:18 -05:00
Makefile.in [svn-r37] *** empty log message *** 1997-08-15 11:54:08 -05:00
testhdf5.c [svn-r51] ./test/tstab.c 1997-08-29 11:59:28 -05:00
testhdf5.h [svn-r51] ./test/tstab.c 1997-08-29 11:59:28 -05:00
tfile.c [svn-r51] ./test/tstab.c 1997-08-29 11:59:28 -05:00
theap.c [svn-r51] ./test/tstab.c 1997-08-29 11:59:28 -05:00
tmeta.c [svn-r51] ./test/tstab.c 1997-08-29 11:59:28 -05:00
tohdr.c [svn-r51] ./test/tstab.c 1997-08-29 11:59:28 -05:00
tstab.c [svn-r51] ./test/tstab.c 1997-08-29 11:59:28 -05:00