Fix: sessiond: crash when sending data_pending to an active session
[lttng-tools.git] / tests / utils / testapp / Makefile.am
CommitLineData
9d16b343 1# SPDX-License-Identifier: GPL-2.0-only
5f0d4e78 2SUBDIRS = \
283c6fa6 3 gen-data-pending \
e1fec41b
FD
4 gen-kernel-test-events \
5 gen-py-events \
6 gen-syscall-events \
5f0d4e78 7 gen-ust-events \
591ee332
FD
8 gen-ust-nevents \
9 gen-ust-nevents-str \
10 gen-ust-tracef \
a9c2df2b
FD
11 userspace-probe-elf-binary
12
13if CXX_WORKS
14SUBDIRS += userspace-probe-elf-cxx-binary
15endif # CXX_WORKS
16
1a1986ce 17if TEST_SDT_UPROBE
a9c2df2b 18SUBDIRS += userspace-probe-sdt-binary
1a1986ce 19endif # TEST_SDT_UPROBE
591ee332
FD
20
21if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
22SUBDIRS += gen-syscall-events-callstack
23endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 24
28b3dc1e
MJ
25if IS_LINUX
26SUBDIRS += \
27 gen-ns-events \
28 gen-ust-events-ns
29endif # IS_LINUX
30
95983a02 31noinst_HEADERS = signal-helper.h
This page took 0.051161 seconds and 4 git commands to generate.