diff options
Diffstat (limited to 'test/tattr.c')
-rw-r--r-- | test/tattr.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/tattr.c b/test/tattr.c index 36dbdcf..4f4e7b4 100644 --- a/test/tattr.c +++ b/test/tattr.c @@ -1231,3 +1231,24 @@ test_attr(void) test_attr_delete(); /* Test H5A code for deleting attributes */ } /* test_attr() */ + +/*------------------------------------------------------------------------- + * Function: cleanup_attr + * + * Purpose: Cleanup temporary test files + * + * Return: none + * + * Programmer: Albert Cheng + * July 2, 1998 + * + * Modifications: + * + *------------------------------------------------------------------------- + */ +void +cleanup_attr(void) +{ + remove(FILE); +} + |