Tests: Convert the ust_global_event_basic test to an equivalent shell test
[lttng-tools.git] / tests / regression / 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
9ac429ef 5AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils -I$(top_srcdir)/src -g -Wall
355f483d
DG
6AM_LDFLAGS = -lurcu -lurcu-cds
7
8679c86b 8EXTRA_DIST = runall.sh run-ust-global-tests.sh test_event_basic
355f483d 9
8679c86b 10noinst_PROGRAMS = ust_global_event_wildcard
355f483d 11
9ac429ef 12UTILS=$(top_srcdir)/tests/utils/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
8acbe07d 24endif
This page took 0.025712 seconds and 4 git commands to generate.