Add mandatory C++ compiler build dependency
[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 userspace-probe-elf-cxx-binary
12
13if TEST_SDT_UPROBE
14SUBDIRS += userspace-probe-sdt-binary
15endif # TEST_SDT_UPROBE
16
17if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
18SUBDIRS += gen-syscall-events-callstack
19endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
20
21if IS_LINUX
22SUBDIRS += \
23 gen-ns-events \
24 gen-ust-events-ns
25endif # IS_LINUX
26
27noinst_HEADERS = signal-helper.h
This page took 0.022009 seconds and 4 git commands to generate.