Optional test for the metadata regeneration
[lttng-tools.git] / tests / stress / Makefile.am
... / ...
CommitLineData
1noinst_SCRIPTS = README launch_ust_app test_multi_sessions_per_uid_10app \
2 test_multi_sessions_per_uid_5app_streaming
3EXTRA_DIST = README launch_ust_app test_multi_sessions_per_uid_10app \
4 test_multi_sessions_per_uid_5app_streaming
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 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 rm -f $(builddir)/$$script; \
17 done; \
18 fi
This page took 0.022234 seconds and 4 git commands to generate.