Fix: sessiond: preserve jul/log4j domain loglevels
[lttng-tools.git] / tests / regression / tools / client / Makefile.am
CommitLineData
b9780062
JG
1# SPDX-License-Identifier: GPL-2.0-only
2
6afa580f
KS
3noinst_SCRIPTS = test_session_commands.py test_event_rule_listing.py \
4 test_bug1373_events_differ_only_by_loglevel
5EXTRA_DIST = test_session_commands.py test_event_rule_listing.py \
6 test_bug1373_events_differ_only_by_loglevel
b9780062
JG
7
8all-local:
9 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
10 for script in $(EXTRA_DIST); do \
11 cp -f $(srcdir)/$$script $(builddir); \
12 done; \
13 fi
14
15clean-local:
16 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
17 for script in $(EXTRA_DIST); do \
18 rm -f $(builddir)/$$script; \
19 done; \
20 fi
This page took 0.024359 seconds and 4 git commands to generate.