Tests: Add callstack contexts tests
[lttng-tools.git] / tests / utils / testapp / Makefile.am
1 SUBDIRS = gen-ust-events \
2 gen-ust-nevents \
3 gen-ust-nevents-str \
4 gen-ust-tracef \
5 gen-syscall-events
6
7 if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
8 SUBDIRS += gen-syscall-events-callstack
9 endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
10
11 noinst_HEADERS = signal-helper.h
This page took 0.029235 seconds and 4 git commands to generate.