X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=bc0f0a59afc336ffb905b37c43f90309758d01d2;hp=76ed2b545dfe04decc58e919ffc60835c22b1087;hb=b663c252418bbe53598d5a65062640cb1fdc4667;hpb=0b8091d3f931437d2035cfa70549c5aa15b41aac diff --git a/tests/Makefile.am b/tests/Makefile.am index 76ed2b545..bc0f0a59a 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 runall.sh + +if HAVE_LIBLTTNG_UST_CTL +SUBDIRS += ust +endif # HAVE_LIBLTTNG_UST_CTL + +check-am: + ./runall.sh