tests: Move to kernel style SPDX license identifiers
[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
26b53d3b 4SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
f5481aa9 5 overlap buffers-pid linking daemon exit-fast fork libc-wrapper \
568d7e2d 6 periodical-metadata-flush java-jul java-log4j python-logging \
ced06804 7 getcpu-override clock-override type-declarations \
bbf15743 8 rotation-destroy-flush blocking multi-lib namespaces
65385a82
MJ
9
10if HAVE_OBJCOPY
11SUBDIRS += baddr-statedump ust-dl
12endif
355f483d 13
075ffe1f 14EXTRA_DIST = test_event_basic test_event_tracef test_event_perf
53a80697 15
c83e7ca0
DG
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
8acbe07d 30endif
This page took 0.059492 seconds and 5 git commands to generate.