mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
Purpose: added a new file Description: new file that contains the framework for a new test, regarding a new ID to name function. for the moment the program does nothing Platforms tested: w2000
24 lines
129 B
C
24 lines
129 B
C
#include "hdf5.h"
|
|
#include "h5test.h"
|
|
|
|
|
|
|
|
int main( void )
|
|
{
|
|
|
|
|
|
|
|
TESTING("get name");
|
|
|
|
|
|
|
|
PASSED();
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
}
|
|
|