Tests: Convert the ust_global_event_basic test to an equivalent shell test
[lttng-tools.git] / tests / regression / ust / Makefile.am
1 if HAVE_LIBLTTNG_UST_CTL
2 SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
3 overlap
4
5 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils -I$(top_srcdir)/src -g -Wall
6 AM_LDFLAGS = -lurcu -lurcu-cds
7
8 EXTRA_DIST = runall.sh run-ust-global-tests.sh test_event_basic
9
10 noinst_PROGRAMS = ust_global_event_wildcard
11
12 UTILS=$(top_srcdir)/tests/utils/utils.h
13 LIBLTTNG=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
14
15 SESSIONDSRC=$(top_srcdir)/src/common/sessiond-comm/sessiond-comm.c \
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
19
20 ust_global_event_wildcard_SOURCES = ust_global_event_wildcard.c $(UTILS) \
21 $(SESSIONDSRC)
22 ust_global_event_wildcard_LDADD = $(LIBLTTNG)
23
24 endif
This page took 0.030653 seconds and 5 git commands to generate.