X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Fcommon.h;h=daa224f211ea100e142a9833258b191fb711b10d;hb=67d2ce028c96b6a3b3614b393d8928663bce4490;hp=25a02ffadc81ecb559cdc596cf4cd0bccf2a8763;hpb=aa968dde60d1c3cff4dcebcca4b6f5c2b9737829;p=babeltrace.git diff --git a/tests/lib/common.h b/tests/lib/common.h index 25a02ffa..daa224f2 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,6 @@ struct bt_context; -struct bt_context *create_context_with_path(const char *path); +void recursive_rmdir(const char *path); #endif /* _TESTS_COMMON_H */