Tests: add a recording rule listing test
[lttng-tools.git] / tests / regression / tools / client / Makefile.am
CommitLineData
b9780062
JG
1# SPDX-License-Identifier: GPL-2.0-only
2
03f7bb03
JG
3noinst_SCRIPTS = test_session_commands.py test_event_rule_listing.py
4EXTRA_DIST = test_session_commands.py test_event_rule_listing.py
b9780062
JG
5
6all-local:
7 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
8 for script in $(EXTRA_DIST); do \
9 cp -f $(srcdir)/$$script $(builddir); \
10 done; \
11 fi
12
13clean-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 rm -f $(builddir)/$$script; \
17 done; \
18 fi
This page took 0.030027 seconds and 4 git commands to generate.