Fix: lttng-snapshot: use after free of max size argument
[lttng-tools.git] / tests / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
87fb9fc0 3SUBDIRS =
87fb9fc0
JR
4
5if BUILD_TESTS
b55e7034 6SUBDIRS += . utils unit regression stress destructive perf
a6c09be3 7if HAVE_PGREP
a36b26b4 8check-am:
4c2eee7f 9 $(top_srcdir)/tests/utils/warn_processes.sh $(PGREP)
bbb85c88 10endif
87fb9fc0
JR
11else
12 @echo "========================================="
13 @echo "WARNING: Tests were disabled at configure"
14 @echo "========================================="
15endif
431387b0 16
a36b26b4 17
6faa26ca
JD
18dist_noinst_SCRIPTS = run.sh fast_regression long_regression root_regression root_destructive_tests perf_regression
19EXTRA_DIST = run.sh fast_regression long_regression root_regression README root_destructive_tests perf_regression
c83e7ca0
DG
20
21all-local:
22 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
23 for script in $(EXTRA_DIST); do \
24 cp -f $(srcdir)/$$script $(builddir); \
25 done; \
26 fi
27
28clean-local:
29 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
30 for script in $(EXTRA_DIST); do \
31 rm -f $(builddir)/$$script; \
32 done; \
33 fi
This page took 0.044143 seconds and 4 git commands to generate.