Tests: fix make targets using objcopy
[lttng-tools.git] / tests / regression / ust / Makefile.am
CommitLineData
8acbe07d 1if HAVE_LIBLTTNG_UST_CTL
26b53d3b 2SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
f5481aa9 3 overlap buffers-pid linking daemon exit-fast fork libc-wrapper \
568d7e2d 4 periodical-metadata-flush java-jul java-log4j python-logging \
65385a82
MJ
5 getcpu-override clock-override
6
7if HAVE_OBJCOPY
8SUBDIRS += baddr-statedump ust-dl
9endif
355f483d 10
075ffe1f 11EXTRA_DIST = test_event_basic test_event_tracef test_event_perf
53a80697 12
c83e7ca0
DG
13all-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 cp -f $(srcdir)/$$script $(builddir); \
17 done; \
18 fi
19
20clean-local:
21 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
22 for script in $(EXTRA_DIST); do \
23 rm -f $(builddir)/$$script; \
24 done; \
25 fi
26
8acbe07d 27endif
This page took 0.04313 seconds and 5 git commands to generate.