tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2SUBDIRS = \
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
13if CXX_WORKS
14SUBDIRS += userspace-probe-elf-cxx-binary
15endif # CXX_WORKS
16
17if TEST_SDT_UPROBE
18SUBDIRS += userspace-probe-sdt-binary
19endif # TEST_SDT_UPROBE
20
21if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
22SUBDIRS += gen-syscall-events-callstack
23endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
24
25noinst_HEADERS = signal-helper.h
This page took 0.023284 seconds and 5 git commands to generate.