X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=b75de49591fb6971e99d22672eafde6e7d16bf73;hb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32;hp=27570566b509c093d542ff266710aa5beae4d848;hpb=355f483d1713d1e047ad6256bea039cb693ae38e;p=lttng-tools.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 27570566b..b75de4959 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,13 +1,4 @@ -SUBDIRS = . tools kernel - -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 +SUBDIRS = utils regression unit check-am: - ./runall.sh + ./run.sh