Add Python agent support
[lttng-tools.git] / tests / regression / ust / Makefile.am
CommitLineData
8acbe07d 1if HAVE_LIBLTTNG_UST_CTL
26b53d3b 2SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
f5481aa9 3 overlap buffers-pid linking daemon exit-fast fork libc-wrapper \
0e115563 4 periodical-metadata-flush java-jul java-log4j python-logging
355f483d 5
12ada03d 6EXTRA_DIST = test_event_basic test_event_wildcard test_event_tracef test_event_perf
53a80697 7
c83e7ca0
DG
8all-local:
9 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
10 for script in $(EXTRA_DIST); do \
11 cp -f $(srcdir)/$$script $(builddir); \
12 done; \
13 fi
14
15clean-local:
16 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
17 for script in $(EXTRA_DIST); do \
18 rm -f $(builddir)/$$script; \
19 done; \
20 fi
21
8acbe07d 22endif
This page took 0.037497 seconds and 5 git commands to generate.