Tests: Introduce gen-ust-events-constructor test application
[lttng-tools.git] / tests / utils / testapp / Makefile.am
CommitLineData
9d16b343 1# SPDX-License-Identifier: GPL-2.0-only
5f0d4e78 2SUBDIRS = \
eb7277b0
FD
3 gen-kernel-test-events \
4 gen-py-events \
5 gen-syscall-events \
5f0d4e78 6 gen-ust-events \
591ee332
FD
7 gen-ust-nevents \
8 gen-ust-nevents-str \
9 gen-ust-tracef \
c30417c1 10 userspace-probe-elf-binary \
a4cc1b1f
MD
11 userspace-probe-elf-cxx-binary \
12 gen-ust-events-constructor
a9c2df2b 13
1a1986ce 14if TEST_SDT_UPROBE
a9c2df2b 15SUBDIRS += userspace-probe-sdt-binary
1a1986ce 16endif # TEST_SDT_UPROBE
591ee332
FD
17
18if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
19SUBDIRS += gen-syscall-events-callstack
20endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 21
28b3dc1e
MJ
22if IS_LINUX
23SUBDIRS += \
24 gen-ns-events \
25 gen-ust-events-ns
26endif # IS_LINUX
27
c9e313bc 28noinst_HEADERS = signal-helper.hpp
This page took 0.05065 seconds and 4 git commands to generate.