Move all sources to 'src/'
[lttng-ust.git] / tests / unit / ust-utils / ust-utils-cxx.cpp
CommitLineData
39550fe8
MJ
1/*
2 * SPDX-License-Identifier: LGPL-2.1-or-later
3 *
4 * Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7#include <stdbool.h>
8#include <stdint.h>
9#include <stdlib.h>
10#include <string.h>
11
12#include <lttng/ust-utils.h>
13
14extern "C" {
15 /*
16 * Share test code with C test
17 */
18 #include "./ust-utils-common.h"
19}
This page took 0.026043 seconds and 4 git commands to generate.