Fix: syscall event rule: emission sites not compared in is_equal
[lttng-tools.git] / tests / utils / testapp / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2SUBDIRS = \
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
15if TEST_SDT_UPROBE
16SUBDIRS += userspace-probe-sdt-binary
17endif # TEST_SDT_UPROBE
18
19if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
20SUBDIRS += gen-syscall-events-callstack
21endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
22
23if IS_LINUX
24SUBDIRS += \
25 gen-ns-events \
26 gen-ust-events-ns
27endif # IS_LINUX
28
29noinst_HEADERS = signal-helper.hpp
This page took 0.023494 seconds and 5 git commands to generate.