tests: compile all unit tests as C++
[lttng-tools.git] / tests / unit / ust-sigbus.cpp
diff --git a/tests/unit/ust-sigbus.cpp b/tests/unit/ust-sigbus.cpp
new file mode 100644 (file)
index 0000000..3b9dd77
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#include <lttng/lttng-export.h>
+#include <lttng/ust-sigbus.h>
+
+LTTNG_EXPORT DEFINE_LTTNG_UST_SIGBUS_STATE();
This page took 0.023009 seconds and 4 git commands to generate.