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