test: UST tracing destroy flush behavior with tracefile rotation
[lttng-tools.git] / tests / regression / ust / python-logging / Makefile.am
CommitLineData
0e115563
DG
1#if USE_PYTHON
2
3noinst_SCRIPTS = test_python_logging
2890824f 4EXTRA_DIST = test_python_logging test.py
0e115563
DG
5
6all-local:
7 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
8 for script in $(EXTRA_DIST); do \
9 cp -f $(srcdir)/$$script $(builddir); \
10 done; \
11 fi
12
13clean-local:
14 rm -f *.class
15 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
16 for script in $(EXTRA_DIST); do \
17 rm -f $(builddir)/$$script; \
18 done; \
19 fi
20
21#endif
This page took 0.025538 seconds and 4 git commands to generate.