diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-23 22:24:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-23 22:24:52 (GMT) |
commit | 5d3d452005302479a6ae034db2b384be26c8a542 (patch) | |
tree | b9fe1bc8f1cd865d4ebbf3e76b8fdc2eb91bd142 /test/testhdf5.c | |
parent | ca0a7c164e2e492d5c48d066bacf83a92e675c2e (diff) | |
download | hdf5-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.c | 1 |
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); |