tests: test uid/gid/pid/vuid/vgid/vpid trackers
[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 gen-kernel-test-events \
10 userspace-probe-elf-binary
11
12 if CXX_WORKS
13 SUBDIRS += userspace-probe-elf-cxx-binary
14 endif # CXX_WORKS
15
16 if TEST_SDT_UPROBE
17 SUBDIRS += userspace-probe-sdt-binary
18 endif # TEST_SDT_UPROBE
19
20 if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
21 SUBDIRS += gen-syscall-events-callstack
22 endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
23
24 noinst_HEADERS = signal-helper.h
This page took 0.029724 seconds and 4 git commands to generate.