Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
[lttng-tools.git] / tests / regression / Makefile.am
... / ...
CommitLineData
1SUBDIRS = tools kernel ust
2
3EXTRA_DIST = run-report.py test_list.py
4
5if HAVE_LIBLTTNG_UST_CTL
6SUBDIRS += ust
7endif # HAVE_LIBLTTNG_UST_CTL
8
9all-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
16clean-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.022505 seconds and 4 git commands to generate.