Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / common.h
... / ...
CommitLineData
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_COMMON_H
11#define _TESTS_COMMON_H
12
13struct bt_context;
14
15void recursive_rmdir(const char *path);
16
17#endif /* _TESTS_COMMON_H */
This page took 0.022902 seconds and 4 git commands to generate.