Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / common.h
CommitLineData
aa968dde 1/*
0235b0db 2 * SPDX-License-Identifier: GPL-2.0-only
aa968dde 3 *
0235b0db
MJ
4 * Copyright (C) 2012 Yannick Brosseau <yannick.brosseau@gmail.com>
5 * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
aa968dde 6 *
0235b0db 7 * Lib BabelTrace - Common function to all tests
aa968dde 8 */
0235b0db 9
aa968dde
YB
10#ifndef _TESTS_COMMON_H
11#define _TESTS_COMMON_H
12
13struct bt_context;
14
851299b9 15void recursive_rmdir(const char *path);
aa968dde
YB
16
17#endif /* _TESTS_COMMON_H */
This page took 0.065428 seconds and 4 git commands to generate.