Test fix: clean trace files left behind by test_ctf_ir_ref
[babeltrace.git] / tests / lib / common.h
index 25a02ffadc81ecb559cdc596cf4cd0bccf2a8763..06ea63b56047a05fae93e8ed9c74bf27d42f3d7a 100644 (file)
@@ -4,6 +4,7 @@
  * Lib BabelTrace - Common function to all tests
  *
  * Copyright 2012 - Yannick Brosseau <yannick.brosseau@gmail.com>
+ * Copyright 2016 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * 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 */
This page took 0.022481 seconds and 4 git commands to generate.