summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r69] Added basic H5P test code, which seems to be working correctly.Quincey Koziol1997-09-044-3/+119
|
* [svn-r65] Removed Makefile from distribution, started added dataspace test ↵Quincey Koziol1997-09-022-211/+3
| | | | routines.
* [svn-r63] *** empty log message ***Robb Matzke1997-09-021-0/+1
|
* [svn-r59] Added [basic] testing for H5T interface, which appears to be ↵Quincey Koziol1997-08-295-4/+132
| | | | working well.
* [svn-r56] ./test/tohdr.cRobb Matzke1997-08-292-4/+5
| | | | | | | | Testing H5O_remove() and H5O_load(). ./test/tstab.c Uncommented call to H5O_read() since H5O_remove() is implemented now.
* [svn-r54] *** empty log message ***Quincey Koziol1997-08-291-4/+73
|
* [svn-r51] ./test/tstab.cRobb Matzke1997-08-297-46/+248
| | | | | | | | | | | | | | | | | | | | ./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.
* [svn-r48] Fixed H5Cgetparm tests to use uint8 for the offset and length ↵Quincey Koziol1997-08-282-75/+143
| | | | parameters.
* [svn-r45] ./test/tstab.cRobb Matzke1997-08-281-4/+0
| | | | No longer calls H5G_mkroot().
* [svn-r37] *** empty log message ***Robb Matzke1997-08-151-0/+26
|
* [svn-r36] ./test/testhdf5.cRobb Matzke1997-08-157-43/+50
| | | | | | | | | | | | | | | ./test/testhdf5.h ./test/tfile.c ./test/theap.c ./test/tmeta.c ./test/tohdr.c ./test/tstab.c Fixed include files. ./test/Makefile.in NEW ./test/Makefile Removed Makefile; it is now generated from Makefile.in by configure.
* [svn-r28] ./test/tfile.cRobb Matzke1997-08-132-23/+54
| | | | | | | | Removed tests for H5_BTREEPAGE_SIZE and added tests for H5_SYM_LEAF_K and H5_SYM_INTERN_K. ./test/tstab.c Removed call to H5O_link() since it's handled by H5G_insert().
* [svn-r26] ./test/tfile.hRobb Matzke1997-08-122-14/+28
| | | | | | | | Removed unused local variables. ./test/tstab.c Now uses directory-aware functions which in turn call the unaware functions.
* [svn-r18] ./src/hdf5plat.hRobb Matzke1997-08-094-12/+94
| | | | | | | | | | | | | | | Added defn for int64 and uint64 on irix. It seems to be wrong, but at least things compile and run. This file will go away with autoconf anyway. ./test/testhdf5.c ./test/Makefile Added tstab.c ./test/testhdf5.h Added tstab.c Fixed bugs with CHECK_I() and CHECK_PTR().
* [svn-r16] ./src/test/MakefileRobb Matzke1997-08-075-4/+179
| | | | | | | | | | | Added new files ./test/testhdf5.c ./test/testhdf5.h Added calls for object header testing. ./test/theap.c Turned off some output.
* [svn-r2] Oops...Quincey Koziol1997-07-306-0/+962