Tests: Add callstack contexts tests
[lttng-tools.git] / tests / utils / testapp / Makefile.am
index 596591265c1799567c5e95a44f2e737169582e00..9bfe53666b260d8c6d252a652353b10e31e7213a 100644 (file)
@@ -1,3 +1,11 @@
-SUBDIRS = gen-ust-events gen-ust-nevents gen-ust-nevents-str gen-ust-tracef gen-syscall-events
+SUBDIRS = gen-ust-events \
+         gen-ust-nevents \
+         gen-ust-nevents-str \
+         gen-ust-tracef \
+         gen-syscall-events
+
+if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
+SUBDIRS += gen-syscall-events-callstack
+endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
 
 noinst_HEADERS = signal-helper.h
This page took 0.023796 seconds and 4 git commands to generate.