docs: Add supported versions and fix-backport policy
[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 userspace-probe-elf-cxx-binary \
13 gen-ust-events-constructor
14
15 if TEST_SDT_UPROBE
16 SUBDIRS += userspace-probe-sdt-binary
17 endif # TEST_SDT_UPROBE
18
19 if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
20 SUBDIRS += gen-syscall-events-callstack
21 endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
22
23 if IS_LINUX
24 SUBDIRS += \
25 gen-ns-events \
26 gen-ust-events-ns
27 endif # IS_LINUX
28
29 noinst_HEADERS = signal-helper.hpp
This page took 0.030786 seconds and 5 git commands to generate.