Add UST overlap tests
[lttng-tools.git] / tests / ust / Makefile.am
CommitLineData
8acbe07d 1if HAVE_LIBLTTNG_UST_CTL
26b53d3b
DG
2SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
3 overlap
355f483d 4
74130cb7 5AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests -I$(top_srcdir)/src -g -Wall
355f483d
DG
6AM_LDFLAGS = -lurcu -lurcu-cds
7
4a18dcaf 8EXTRA_DIST = runall.sh run-ust-global-tests.sh
355f483d 9
a62e3ec7 10noinst_PROGRAMS = ust_global_event_basic ust_global_event_wildcard
355f483d 11
4a18dcaf 12UTILS=../utils.h
53a80697
MD
13LIBLTTNG=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
14
15SESSIONDSRC=$(top_srcdir)/src/common/sessiond-comm/sessiond-comm.c \
6364a07a
DG
16 $(top_srcdir)/src/common/sessiond-comm/unix.c \
17 $(top_srcdir)/src/common/sessiond-comm/inet.c \
18 $(top_srcdir)/src/common/sessiond-comm/inet6.c
355f483d 19
53a80697
MD
20ust_global_event_wildcard_SOURCES = ust_global_event_wildcard.c $(UTILS) \
21 $(SESSIONDSRC)
22ust_global_event_wildcard_LDADD = $(LIBLTTNG)
23
24ust_global_event_basic_SOURCES = ust_global_event_basic.c $(UTILS) \
25 $(SESSIONDSRC)
26ust_global_event_basic_LDADD = $(LIBLTTNG)
355f483d 27
8acbe07d 28endif
This page took 0.027204 seconds and 5 git commands to generate.