tests: put -no-pie in LDFLAGS instead of CFLAGS
[lttng-tools.git] / tests / utils / utils.h
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
11 int usleep_safe(useconds_t usec);
12 int create_file(const char *path);
13 int wait_on_file(const char *path);
14
15 #endif /* TEST_UTILS_H */
This page took 0.029875 seconds and 5 git commands to generate.