X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fust%2FMakefile.am;h=4e5c8042deb5bfa7ea851d81b28b7b4682c12de7;hb=6364a07adde1072d595044a19359e61fc27940dd;hp=9eda72c5d447370a21ff34a18725a171b3bdd2f8;hpb=67611766ca2aa40e2feaff38d5119c896c4fcb8e;p=lttng-tools.git diff --git a/tests/ust/Makefile.am b/tests/ust/Makefile.am index 9eda72c5d..4e5c8042d 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 -noinst_PROGRAMS = ust_global_event_basic ust_global_all_events_basic +noinst_PROGRAMS = ust_global_event_basic ust_global_event_wildcard 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