Add kernel namespace context change tests
[lttng-tools.git] / tests / regression / kernel / Makefile.am
CommitLineData
eae79fb9 1EXTRA_DIST = test_event_basic test_all_events test_syscall \
a0b1f42c 2 test_clock_override test_rotation_destroy_flush \
bb40a65e
JG
3 test_select_poll_epoll test_lttng_logger \
4 test_userspace_probe test_callstack \
05faae16 5 test_syscall validate_select_poll_epoll.py \
e26422e8 6 test_ns_contexts test_ns_contexts_change
a0b1f42c
JD
7
8noinst_PROGRAMS = select_poll_epoll
9select_poll_epoll_SOURCES = select_poll_epoll.c
4f985cf8 10select_poll_epoll_LDADD = $(POPT_LIBS)
f541e771 11select_poll_epoll_CFLAGS = $(POPT_CFLAGS) -fno-stack-protector -D_FORTIFY_SOURCE=0 $(AM_CFLAGS)
c83e7ca0
DG
12
13all-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 cp -f $(srcdir)/$$script $(builddir); \
17 done; \
18 fi
19
20clean-local:
21 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
22 for script in $(EXTRA_DIST); do \
23 rm -f $(builddir)/$$script; \
24 done; \
25 fi
This page took 0.047626 seconds and 5 git commands to generate.