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