dd8186f9a652953aa62fbf88a25a1b4ca56583cf
[lttng-tools.git] / tests / regression / ust / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 if HAVE_LIBLTTNG_UST_CTL
4 SUBDIRS = \
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 \
16 java-log4j2 \
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 \
28 ust-constructor
29
30 if HAVE_OBJCOPY
31 SUBDIRS += \
32 baddr-statedump \
33 ust-dl
34 endif
35
36 EXTRA_DIST = \
37 test_event_basic \
38 test_event_perf \
39 test_event_tracef
40
41 all-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
48 clean-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
55 endif
This page took 0.031444 seconds and 5 git commands to generate.