X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2FMakefile.am;h=27570566b509c093d542ff266710aa5beae4d848;hb=4a18dcafa08a84bde82c3574807fc43af77670df;hp=76ed2b545dfe04decc58e919ffc60835c22b1087;hpb=0b8091d3f931437d2035cfa70549c5aa15b41aac;p=lttng-tools.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 76ed2b545..27570566b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,13 @@ -SUBDIRS = . +SUBDIRS = . tools kernel -dist_noinst_SCRIPTS = runall.sh +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