vscode: Add configurations to run the executables under the debugger
[lttng-tools.git] / tests / destructive / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 noinst_SCRIPTS = metadata-regeneration
4 EXTRA_DIST = metadata-regeneration
5
6 LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh
7 LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \
8 $(top_srcdir)/tests/utils/tap-driver.sh
9
10 TESTS = metadata-regeneration
11
12 all-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(EXTRA_DIST); do \
15 cp -f $(srcdir)/$$script $(builddir); \
16 done; \
17 fi
18
19 clean-local:
20 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
21 for script in $(EXTRA_DIST); do \
22 rm -f $(builddir)/$$script; \
23 done; \
24 fi
This page took 0.032245 seconds and 5 git commands to generate.