X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fsnapshots%2FMakefile.am;h=26aa017484ed6abf0771fbaf751a563fb9211931;hp=dd97cf6d3722707cdcc9649278270dbec54f8b54;hb=2463b7879c00298daa79744cdaae82ac061a4ed8;hpb=07b86b528dc279d59cdf16e6cb946c144fe773f2 diff --git a/tests/regression/tools/snapshots/Makefile.am b/tests/regression/tools/snapshots/Makefile.am index dd97cf6d3..26aa01748 100644 --- a/tests/regression/tools/snapshots/Makefile.am +++ b/tests/regression/tools/snapshots/Makefile.am @@ -1,2 +1,18 @@ -noinst_SCRIPTS = test_kernel -EXTRA_DIST = test_kernel +# SPDX-License-Identifier: GPL-2.0-only + +noinst_SCRIPTS = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming +EXTRA_DIST = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming + +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