cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / utils / common.h
1 /*
2 * SPDX-License-Identifier: GPL-2.0-only
3 *
4 * Copyright (C) 2012 Yannick Brosseau <yannick.brosseau@gmail.com>
5 * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
6 *
7 * Lib BabelTrace - Common function to all tests
8 */
9
10 #ifndef TESTS_UTILS_COMMON_H
11 #define TESTS_UTILS_COMMON_H
12
13 void recursive_rmdir(const char *path);
14
15 #endif /* TESTS_UTILS_COMMON_H */
This page took 0.028563 seconds and 4 git commands to generate.