docs: Add supported versions and fix-backport policy
[lttng-tools.git] / tests / regression / ust / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
8acbe07d 3if HAVE_LIBLTTNG_UST_CTL
eb7277b0
FD
4SUBDIRS = \
5 before-after \
6 blocking \
7 buffers-pid \
8 clock-override \
9 daemon \
10 exit-fast \
11 fork \
12 getcpu-override \
13 high-throughput \
14 java-jul \
15 java-log4j \
0fd2fd15 16 java-log4j2 \
eb7277b0
FD
17 libc-wrapper \
18 linking \
19 low-throughput \
20 multi-lib \
21 multi-session \
22 namespaces \
23 nprocesses \
24 overlap \
25 periodical-metadata-flush \
26 rotation-destroy-flush \
da1e97c9
MD
27 type-declarations \
28 ust-constructor
65385a82
MJ
29
30if HAVE_OBJCOPY
eb7277b0
FD
31SUBDIRS += \
32 baddr-statedump \
33 ust-dl
65385a82 34endif
355f483d 35
eb7277b0
FD
36EXTRA_DIST = \
37 test_event_basic \
38 test_event_perf \
39 test_event_tracef
53a80697 40
c83e7ca0
DG
41all-local:
42 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
43 for script in $(EXTRA_DIST); do \
44 cp -f $(srcdir)/$$script $(builddir); \
45 done; \
46 fi
47
48clean-local:
49 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
50 for script in $(EXTRA_DIST); do \
51 rm -f $(builddir)/$$script; \
52 done; \
53 fi
54
8acbe07d 55endif
This page took 0.064716 seconds and 5 git commands to generate.