Tests: Introduce gen-ust-events-constructor test application
[lttng-tools.git] / tests / utils / testapp / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2 SUBDIRS = \
3 gen-kernel-test-events \
4 gen-py-events \
5 gen-syscall-events \
6 gen-ust-events \
7 gen-ust-nevents \
8 gen-ust-nevents-str \
9 gen-ust-tracef \
10 userspace-probe-elf-binary \
11 userspace-probe-elf-cxx-binary \
12 gen-ust-events-constructor
13
14 if TEST_SDT_UPROBE
15 SUBDIRS += userspace-probe-sdt-binary
16 endif # TEST_SDT_UPROBE
17
18 if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
19 SUBDIRS += gen-syscall-events-callstack
20 endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
21
22 if IS_LINUX
23 SUBDIRS += \
24 gen-ns-events \
25 gen-ust-events-ns
26 endif # IS_LINUX
27
28 noinst_HEADERS = signal-helper.hpp
This page took 0.030407 seconds and 4 git commands to generate.