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