Tests: tap.sh spams tests' output when no plan is set
[lttng-tools.git] / tests / regression / kernel / Makefile.am
CommitLineData
eae79fb9
MD
1EXTRA_DIST = test_event_basic test_all_events test_syscall \
2 test_clock_override test_rotation_destroy_flush
c83e7ca0
DG
3
4all-local:
5 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
6 for script in $(EXTRA_DIST); do \
7 cp -f $(srcdir)/$$script $(builddir); \
8 done; \
9 fi
10
11clean-local:
12 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
13 for script in $(EXTRA_DIST); do \
14 rm -f $(builddir)/$$script; \
15 done; \
16 fi
This page took 0.028151 seconds and 4 git commands to generate.