Closed mdionne closed 6 years ago
Add a new variant of test_cleanup_register that allows an opaque pointer to be passed to the registered cleanup function. This can be useful to pass in information that can be used for the cleanup, such as file/directory names, etc.
Thank you! Do you have the time to also add appropriate tests to tests/libtap/cleanup? Let me know if not and I can try to find time to do that piece.
tests/libtap/cleanup
Add a new variant of test_cleanup_register that allows an opaque pointer to be passed to the registered cleanup function. This can be useful to pass in information that can be used for the cleanup, such as file/directory names, etc.