[svn-r5186]

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
This commit is contained in:
Pedro Vicente Nunes 2002-04-16 12:39:38 -05:00
parent fda4bd4fb4
commit 8e166139de

23
test/getname.c Normal file
View File

@ -0,0 +1,23 @@
#include "hdf5.h"
#include "h5test.h"
int main( void )
{
TESTING("get name");
PASSED();
return 0;
}