Rename firing policy to rate policy
[lttng-tools.git] / tests / regression / tools / trigger / firing-policy / Makefile.am
diff --git a/tests/regression/tools/trigger/firing-policy/Makefile.am b/tests/regression/tools/trigger/firing-policy/Makefile.am
deleted file mode 100644 (file)
index 14d84cb..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-
-noinst_SCRIPTS = test_ust_firing_policy
-
-EXTRA_DIST = test_ust_firing_policy
-
-all-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
-
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
This page took 0.022762 seconds and 4 git commands to generate.