Tests: add UST namespace context change tests
[lttng-tools.git] / tests / utils / testapp / Makefile.am
... / ...
CommitLineData
1SUBDIRS = gen-ust-events \
2 gen-ust-events-ns \
3 gen-ust-nevents \
4 gen-ust-nevents-str \
5 gen-ust-tracef \
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
16
17if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
18SUBDIRS += gen-syscall-events-callstack
19endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
20
21noinst_HEADERS = signal-helper.h
This page took 0.022679 seconds and 4 git commands to generate.