tests: test uid/gid/pid/vuid/vgid/vpid trackers
[lttng-tools.git] / tests / utils / testapp / Makefile.am
CommitLineData
5f0d4e78
MJ
1SUBDIRS = \
2 gen-ns-events \
3 gen-ust-events \
8a558304 4 gen-ust-events-ns \
591ee332
FD
5 gen-ust-nevents \
6 gen-ust-nevents-str \
7 gen-ust-tracef \
a9c2df2b 8 gen-syscall-events \
ba5e8d0a 9 gen-kernel-test-events \
a9c2df2b
FD
10 userspace-probe-elf-binary
11
12if CXX_WORKS
13SUBDIRS += userspace-probe-elf-cxx-binary
14endif # CXX_WORKS
15
1a1986ce 16if TEST_SDT_UPROBE
a9c2df2b 17SUBDIRS += userspace-probe-sdt-binary
1a1986ce 18endif # TEST_SDT_UPROBE
591ee332
FD
19
20if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
21SUBDIRS += gen-syscall-events-callstack
22endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 23
95983a02 24noinst_HEADERS = signal-helper.h
This page took 0.035014 seconds and 4 git commands to generate.