X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Foverlap%2FMakefile.am;h=3af10b6466ca411fe90e0a35d0d203b7c7079b6b;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hp=7100034f99c14510263569846b22bedcfe9dc84f;hpb=9ac429ef32142eaecfec2d1a44569464c4f8f721;p=lttng-tools.git diff --git a/tests/regression/ust/overlap/Makefile.am b/tests/regression/ust/overlap/Makefile.am index 7100034f9..3af10b646 100644 --- a/tests/regression/ust/overlap/Makefile.am +++ b/tests/regression/ust/overlap/Makefile.am @@ -1,4 +1,20 @@ +# SPDX-License-Identifier: GPL-2.0-only + SUBDIRS = demo -noinst_SCRIPTS = run -EXTRA_DIST = run overlap.sh +noinst_SCRIPTS = test_overlap +EXTRA_DIST = test_overlap + +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