X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fust%2FMakefile.am;h=1275b9804c39a18f3f29bbd558447b1b1d804830;hb=953192ba6eb2118c22bcfcb4bcd813f141b407e7;hp=9eda72c5d447370a21ff34a18725a171b3bdd2f8;hpb=67611766ca2aa40e2feaff38d5119c896c4fcb8e;p=lttng-tools.git diff --git a/tests/ust/Makefile.am b/tests/ust/Makefile.am index 9eda72c5d..1275b9804 100644 --- a/tests/ust/Makefile.am +++ b/tests/ust/Makefile.am @@ -1,18 +1,21 @@ if HAVE_LIBLTTNG_UST_CTL -SUBDIRS = nprocesses high-throughput low-throughput before-after +SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session AM_CFLAGS = -g -Wall -I../ AM_LDFLAGS = -lurcu -lurcu-cds -EXTRA_DIST = runall.sh utils.sh run-ust-global-tests.sh +EXTRA_DIST = runall.sh run-ust-global-tests.sh -noinst_PROGRAMS = ust_global_event_basic ust_global_all_events_basic +noinst_PROGRAMS = ust_global_event_basic ust_global_event_wildcard -UTILS=utils.h +UTILS=../utils.h LIBLTTNG=$(top_srcdir)/src/lib/lttng-ctl/lttng-ctl.c \ - $(top_srcdir)/src/common/sessiond-comm/sessiond-comm.c + $(top_srcdir)/src/common/sessiond-comm/sessiond-comm.c \ + $(top_srcdir)/src/common/sessiond-comm/unix.c \ + $(top_srcdir)/src/common/sessiond-comm/inet.c \ + $(top_srcdir)/src/common/sessiond-comm/inet6.c -ust_global_all_events_basic_SOURCES = ust_global_all_events_basic.c $(UTILS) $(LIBLTTNG) +ust_global_event_wildcard_SOURCES = ust_global_event_wildcard.c $(UTILS) $(LIBLTTNG) ust_global_event_basic_SOURCES = ust_global_event_basic.c $(UTILS) $(LIBLTTNG) endif