action executor: use an execution context to validate enqueued action before execution
[lttng-tools.git] / tests / regression / tools / trigger / firing-policy / Makefile.am
CommitLineData
6ffce1f5
JR
1# SPDX-License-Identifier: GPL-2.0-only
2
3noinst_SCRIPTS = test_ust_firing_policy
4
5EXTRA_DIST = test_ust_firing_policy
6
7all-local:
8 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
9 for script in $(EXTRA_DIST); do \
10 cp -f $(srcdir)/$$script $(builddir); \
11 done; \
12 fi
13
14clean-local:
15 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
16 for script in $(EXTRA_DIST); do \
17 rm -f $(builddir)/$$script; \
18 done; \
19 fi
This page took 0.022985 seconds and 4 git commands to generate.