Add Log4j 2.x agent tests for the 'log4j' domain
[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 \
27 type-declarations
65385a82
MJ
28
29if HAVE_OBJCOPY
eb7277b0
FD
30SUBDIRS += \
31 baddr-statedump \
32 ust-dl
65385a82 33endif
355f483d 34
eb7277b0
FD
35EXTRA_DIST = \
36 test_event_basic \
37 test_event_perf \
38 test_event_tracef
53a80697 39
c83e7ca0
DG
40all-local:
41 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
42 for script in $(EXTRA_DIST); do \
43 cp -f $(srcdir)/$$script $(builddir); \
44 done; \
45 fi
46
47clean-local:
48 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
49 for script in $(EXTRA_DIST); do \
50 rm -f $(builddir)/$$script; \
51 done; \
52 fi
53
8acbe07d 54endif
This page took 0.046703 seconds and 4 git commands to generate.