tests: add declaration for test_function in userspace-probe-elf-binary.c
[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
FD
8 gen-syscall-events \
9 userspace-probe-elf-binary
10
11if CXX_WORKS
12SUBDIRS += userspace-probe-elf-cxx-binary
13endif # CXX_WORKS
14
1a1986ce 15if TEST_SDT_UPROBE
a9c2df2b 16SUBDIRS += userspace-probe-sdt-binary
1a1986ce 17endif # TEST_SDT_UPROBE
591ee332
FD
18
19if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
20SUBDIRS += gen-syscall-events-callstack
21endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 22
95983a02 23noinst_HEADERS = signal-helper.h
This page took 0.051694 seconds and 5 git commands to generate.