a8642e931e4359e336135ef50c66a03d2e5c10a4
[lttng-tools.git] / tests / utils / testapp / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2 SUBDIRS = \
3 gen-ust-events \
4 gen-ust-nevents \
5 gen-ust-nevents-str \
6 gen-ust-tracef \
7 gen-syscall-events \
8 gen-kernel-test-events \
9 userspace-probe-elf-binary
10
11 if CXX_WORKS
12 SUBDIRS += userspace-probe-elf-cxx-binary
13 endif # CXX_WORKS
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.h
This page took 0.029526 seconds and 4 git commands to generate.