summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-04-23 22:24:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-04-23 22:24:52 (GMT)
commit5d3d452005302479a6ae034db2b384be26c8a542 (patch)
treeb9fe1bc8f1cd865d4ebbf3e76b8fdc2eb91bd142 /test/testhdf5.c
parentca0a7c164e2e492d5c48d066bacf83a92e675c2e (diff)
downloadhdf5-5d3d452005302479a6ae034db2b384be26c8a542.zip
hdf5-5d3d452005302479a6ae034db2b384be26c8a542.tar.gz
hdf5-5d3d452005302479a6ae034db2b384be26c8a542.tar.bz2
[svn-r362] Added Attribute (H5A) test
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index 85cc2bf..23daace 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -166,6 +166,7 @@ main(int argc, char *argv[])
InitTest("ohdr", test_ohdr, "Object Headers");
InitTest("stab", test_stab, "Symbol Tables");
InitTest("h5p", test_h5p, "Dataspaces");
+ InitTest("attr", test_attr, "Attributes");
Verbosity = 4; /* Default Verbosity is Low */
H5version(&major, &minor, &release, &patch);