port: run namespace tests only on Linux
[lttng-tools.git] / tests / utils / utils.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8#ifndef TEST_UTILS_H
9#define TEST_UTILS_H
10
11int usleep_safe(useconds_t usec);
12int create_file(const char *path);
13int wait_on_file(const char *path);
14
15#endif /* TEST_UTILS_H */
This page took 0.021546 seconds and 4 git commands to generate.