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