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