Tests: add UST namespace context change tests
[lttng-tools.git] / tests / utils / testapp / Makefile.am
CommitLineData
591ee332 1SUBDIRS = gen-ust-events \
8a558304 2 gen-ust-events-ns \
591ee332
FD
3 gen-ust-nevents \
4 gen-ust-nevents-str \
5 gen-ust-tracef \
a9c2df2b
FD
6 gen-syscall-events \
7 userspace-probe-elf-binary
8
9if CXX_WORKS
10SUBDIRS += userspace-probe-elf-cxx-binary
11endif # CXX_WORKS
12
13if SDT_WORKS
14SUBDIRS += userspace-probe-sdt-binary
15endif # SDT_WORKS
591ee332
FD
16
17if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
18SUBDIRS += gen-syscall-events-callstack
19endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 20
95983a02 21noinst_HEADERS = signal-helper.h
This page took 0.034063 seconds and 4 git commands to generate.