summaryrefslogtreecommitdiffstats
path: root/test/tmeta.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r445] Added individually named cleanup_xxx routine to each test module fileAlbert Cheng1998-07-031-0/+22
| | | | | | | | to cleanup temporary files used by that particular module. Added a cleanup() routine to testhdf5 that calls all the other cleanup_xxx() routines to do cleanup. Cleanup action can be disabled either by -c (no cleanup) option or HDF5_NOCLEANUP environment variable.
* [svn-r233] Fixed order of arguments to print_func.Quincey Koziol1998-02-101-8/+8
|
* [svn-r157] Reformatted code with indent...Quincey Koziol1998-01-161-68/+61
|
* [svn-r84] Arg sizes fixes in tfile.cRobb Matzke1997-09-151-4/+12
| | | | Name change in th5d.c
* [svn-r51] ./test/tstab.cRobb Matzke1997-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | ./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-r36] ./test/testhdf5.cRobb Matzke1997-08-151-1/+4
| | | | | | | | | | | | | | | ./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-r2] Oops...Quincey Koziol1997-07-301-0/+120