X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=27570566b509c093d542ff266710aa5beae4d848;hp=761586e4c6bf18d81d28c463c1db666973f6ca00;hb=3badf2bf32930336a4902002d840402adb6859e1;hpb=63371d1e4ff3148287a04e14b468c4234e3d0182 diff --git a/tests/Makefile.am b/tests/Makefile.am index 761586e4c..27570566b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,11 +1,13 @@ -AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \ - -I$(top_srcdir)/liblttngctl -g -Wall +SUBDIRS = . tools kernel -noinst_PROGRAMS = test_sessions +AM_CFLAGS = -g -Wall +AM_LDFLAGS = -lurcu -lurcu-cds -SESSIONS=$(top_srcdir)/ltt-sessiond/session.c +EXTRA_DIST = run-report.py test_list.py utils.sh utils.h -test_sessions_SOURCES = test_sessions.c $(SESSIONS) +if HAVE_LIBLTTNG_UST_CTL +SUBDIRS += ust +endif # HAVE_LIBLTTNG_UST_CTL check-am: ./runall.sh