mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
parent
fda4bd4fb4
commit
8e166139de
23
test/getname.c
Normal file
23
test/getname.c
Normal file
@ -0,0 +1,23 @@
|
||||
#include "hdf5.h"
|
||||
#include "h5test.h"
|
||||
|
||||
|
||||
|
||||
int main( void )
|
||||
{
|
||||
|
||||
|
||||
|
||||
TESTING("get name");
|
||||
|
||||
|
||||
|
||||
PASSED();
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user