Tests: Move python test app to `tests/utils/testapp` directory
[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
12 if CXX_WORKS
13 SUBDIRS += userspace-probe-elf-cxx-binary
14 endif # CXX_WORKS
15
16 if TEST_SDT_UPROBE
17 SUBDIRS += userspace-probe-sdt-binary
18 endif # TEST_SDT_UPROBE
19
20 if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
21 SUBDIRS += gen-syscall-events-callstack
22 endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
23
24 if IS_LINUX
25 SUBDIRS += \
26 gen-ns-events \
27 gen-ust-events-ns
28 endif # IS_LINUX
29
30 noinst_HEADERS = signal-helper.h
This page took 0.030745 seconds and 5 git commands to generate.