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