mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
d49ed7bedf
Added new tests. ./test/dsets.c NEW Tests datasets. ./test/dspace.c NEW Tests data spaces. ./test/dtypes.c NEW Tests data types. ./test/istore.c ./test/tfile.c ./test/th5p.c ./test/theap.c ./test/tohdr.c Changed to work with new function names. ./test/testhdf5.c Removed the data type and dataset tests since they're now in their own files. They had to be rewritten because of extensive changes to those interfaces.
15 lines
245 B
C
15 lines
245 B
C
/*
|
|
* Copyright (C) 1997 NCSA
|
|
* All rights reserved.
|
|
*
|
|
* Programmer: Robb Matzke <matzke@llnl.gov>
|
|
* Tuesday, December 9, 1997
|
|
*
|
|
* Purpose: Tests the data space interface (H5P).
|
|
*/
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
|