docs: Add supported versions and fix-backport policy
[lttng-tools.git] / tests / utils / testapp / Makefile.am
CommitLineData
9d16b343 1# SPDX-License-Identifier: GPL-2.0-only
5f0d4e78 2SUBDIRS = \
f0a9c004 3 gen-data-pending \
eb7277b0
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 \
c30417c1 11 userspace-probe-elf-binary \
a4cc1b1f
MD
12 userspace-probe-elf-cxx-binary \
13 gen-ust-events-constructor
a9c2df2b 14
1a1986ce 15if TEST_SDT_UPROBE
a9c2df2b 16SUBDIRS += userspace-probe-sdt-binary
1a1986ce 17endif # TEST_SDT_UPROBE
591ee332
FD
18
19if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
20SUBDIRS += gen-syscall-events-callstack
21endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 22
28b3dc1e
MJ
23if IS_LINUX
24SUBDIRS += \
25 gen-ns-events \
26 gen-ust-events-ns
27endif # IS_LINUX
28
c9e313bc 29noinst_HEADERS = signal-helper.hpp
This page took 0.056213 seconds and 4 git commands to generate.