diff options
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 e9941de..38193fc 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -64,6 +64,7 @@ main(int argc, char *argv[]) AddTest("array", test_array, cleanup_array, "Array Datatypes", NULL); AddTest("genprop", test_genprop, cleanup_genprop, "Generic Properties", NULL); AddTest("misc", test_misc, cleanup_misc, "Miscellaneous", NULL); + AddTest("id", test_ids, NULL, "Public ID Functions", NULL); /* Display testing information */ TestInfo(argv[0]); |