X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fdestructive%2FMakefile.am;h=ddd6b0225044651a1e80adc479c2f117ed1c2a1a;hb=HEAD;hp=6bf70b4306456d069085d4737fdfac1e36a99a24;hpb=512eb1488340c4c3c0c29e6cde9d489e858fdd6c;p=lttng-tools.git diff --git a/tests/destructive/Makefile.am b/tests/destructive/Makefile.am index 6bf70b430..504f387bb 100644 --- a/tests/destructive/Makefile.am +++ b/tests/destructive/Makefile.am @@ -1,6 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-only + noinst_SCRIPTS = metadata-regeneration EXTRA_DIST = metadata-regeneration +LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh +LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \ + $(top_srcdir)/tests/utils/tap-driver.sh + +TESTS = metadata-regeneration + all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ for script in $(EXTRA_DIST); do \