tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / Makefile.am
CommitLineData
9d16b343 1# SPDX-License-Identifier: GPL-2.0-only
5f0d4e78
MJ
2SUBDIRS = \
3 gen-ns-events \
4 gen-ust-events \
8a558304 5 gen-ust-events-ns \
591ee332
FD
6 gen-ust-nevents \
7 gen-ust-nevents-str \
8 gen-ust-tracef \
a9c2df2b 9 gen-syscall-events \
ba5e8d0a 10 gen-kernel-test-events \
a9c2df2b
FD
11 userspace-probe-elf-binary
12
13if CXX_WORKS
14SUBDIRS += userspace-probe-elf-cxx-binary
15endif # CXX_WORKS
16
1a1986ce 17if TEST_SDT_UPROBE
a9c2df2b 18SUBDIRS += userspace-probe-sdt-binary
1a1986ce 19endif # TEST_SDT_UPROBE
591ee332
FD
20
21if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
22SUBDIRS += gen-syscall-events-callstack
23endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 24
95983a02 25noinst_HEADERS = signal-helper.h
This page took 0.052395 seconds and 5 git commands to generate.