Add unit tests for utils macros
[lttng-ust.git] / tests / unit / ust-utils / ust-utils-cxx.cpp
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
14 extern "C" {
15 /*
16 * Share test code with C test
17 */
18 #include "./ust-utils-common.h"
19 }
This page took 0.030428 seconds and 4 git commands to generate.