Tests: add duplicated providers tests
[lttng-tools.git] / tests / regression / ust / Makefile.am
... / ...
CommitLineData
1if HAVE_LIBLTTNG_UST_CTL
2SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
3 overlap buffers-pid linking daemon exit-fast fork libc-wrapper \
4 periodical-metadata-flush java-jul java-log4j python-logging \
5 getcpu-override clock-override type-declarations \
6 rotation-destroy-flush blocking multi-lib
7
8if HAVE_OBJCOPY
9SUBDIRS += baddr-statedump ust-dl
10endif
11
12EXTRA_DIST = test_event_basic test_event_tracef test_event_perf
13
14all-local:
15 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
16 for script in $(EXTRA_DIST); do \
17 cp -f $(srcdir)/$$script $(builddir); \
18 done; \
19 fi
20
21clean-local:
22 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
23 for script in $(EXTRA_DIST); do \
24 rm -f $(builddir)/$$script; \
25 done; \
26 fi
27
28endif
This page took 0.02222 seconds and 4 git commands to generate.