Tests: Clean-up test-crash on SIGTERM and SIGINT
[lttng-tools.git] / tests / regression / tools / crash / Makefile.am
CommitLineData
4c80129b
JR
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3noinst_SCRIPTS = test_crash
4EXTRA_DIST = test_crash
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.022656 seconds and 4 git commands to generate.