X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=27570566b509c093d542ff266710aa5beae4d848;hp=4824e2215f4dbc77b1c6c41c5a09f4097fb6c3bb;hb=3badf2bf32930336a4902002d840402adb6859e1;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3 diff --git a/tests/Makefile.am b/tests/Makefile.am index 4824e2215..27570566b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,13 @@ -SUBDIRS = . +SUBDIRS = . tools kernel -dist_noinst_SCRIPTS = runall +AM_CFLAGS = -g -Wall +AM_LDFLAGS = -lurcu -lurcu-cds + +EXTRA_DIST = run-report.py test_list.py utils.sh utils.h + +if HAVE_LIBLTTNG_UST_CTL +SUBDIRS += ust +endif # HAVE_LIBLTTNG_UST_CTL + +check-am: + ./runall.sh