Tests: Clean-up test-crash on SIGTERM and SIGINT
[lttng-tools.git] / tests / regression / Makefile.am
1 SUBDIRS = tools kernel ust
2
3 EXTRA_DIST = run-report.py test_list.py
4
5 if HAVE_LIBLTTNG_UST_CTL
6 SUBDIRS += ust
7 endif # HAVE_LIBLTTNG_UST_CTL
8
9 all-local:
10 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
11 for script in $(EXTRA_DIST); do \
12 cp -f $(srcdir)/$$script $(builddir); \
13 done; \
14 fi
15
16 clean-local:
17 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
18 for script in $(EXTRA_DIST); do \
19 rm -f $(builddir)/$$script; \
20 done; \
21 fi
This page took 0.02911 seconds and 4 git commands to generate.