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;
|
|
|
|
|
|
}
|
|
|