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