4 * Lib BabelTrace - Common function to all tests
6 * Copyright 2012 - Yannick Brosseau <yannick.brosseau@gmail.com>
7 * Copyright 2016 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; under version 2 of the License.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License along
19 * with this program; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 #ifndef _TESTS_COMMON_H
23 #define _TESTS_COMMON_H
27 void recursive_rmdir(const char *path
);
29 #endif /* _TESTS_COMMON_H */
This page took 0.040427 seconds and 4 git commands to generate.