Fix: lttng-load: support legacy PID tracker specification
[lttng-tools.git] / tests / regression / tools / save-load / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
a74efa6c 3noinst_SCRIPTS = test_save test_load test_autoload
40297911 4EXTRA_DIST = $(noinst_SCRIPTS) load-42.lttng load-42-complex.lttng \
f7af9a72
JG
5 load-42-trackers.lttng tracker_legacy_none.lttng \
6 tracker_legacy_all.lttng tracker_legacy_selective.lttng
e02b109b 7
192ac418
JR
8SUBDIRS = configuration
9
e02b109b
DG
10all-local:
11 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
12 for script in $(EXTRA_DIST); do \
13 cp -f $(srcdir)/$$script $(builddir); \
14 done; \
15 fi
16
17clean-local:
18 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
19 for script in $(EXTRA_DIST); do \
20 rm -f $(builddir)/$$script; \
21 done; \
22 fi
This page took 0.035244 seconds and 4 git commands to generate.