X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Fcommon.h;h=06ea63b56047a05fae93e8ed9c74bf27d42f3d7a;hb=851299b967aa3565bdaf44ee7001dabbabf7c787;hp=25a02ffadc81ecb559cdc596cf4cd0bccf2a8763;hpb=8684abc83fb68af80191e7d32f1054db055aafb8;p=babeltrace.git diff --git a/tests/lib/common.h b/tests/lib/common.h index 25a02ffa..06ea63b5 100644 --- a/tests/lib/common.h +++ b/tests/lib/common.h @@ -4,6 +4,7 @@ * Lib BabelTrace - Common function to all tests * * Copyright 2012 - Yannick Brosseau + * Copyright 2016 - Jérémie Galarneau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,6 +24,7 @@ struct bt_context; +void recursive_rmdir(const char *path); struct bt_context *create_context_with_path(const char *path); #endif /* _TESTS_COMMON_H */