summaryrefslogtreecommitdiffstats
path: root/test/getname.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2002-04-16 17:39:38 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2002-04-16 17:39:38 (GMT)
commit8e166139de2ba8659b05393ffc340ec9da82f846 (patch)
treefbd51dad198554ce9c44abb424cfe6fd27aafc49 /test/getname.c
parentfda4bd4fb48d87153325bd4e7b88241146fa92e8 (diff)
downloadhdf5-8e166139de2ba8659b05393ffc340ec9da82f846.zip
hdf5-8e166139de2ba8659b05393ffc340ec9da82f846.tar.gz
hdf5-8e166139de2ba8659b05393ffc340ec9da82f846.tar.bz2
[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
Diffstat (limited to 'test/getname.c')
-rw-r--r--test/getname.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/getname.c b/test/getname.c
new file mode 100644
index 0000000..c8b493d
--- /dev/null
+++ b/test/getname.c
@@ -0,0 +1,23 @@
+#include "hdf5.h"
+#include "h5test.h"
+
+
+
+int main( void )
+{
+
+
+
+ TESTING("get name");
+
+
+
+ PASSED();
+
+
+
+ return 0;
+
+
+}
+