Fix tests when lttng-ust is disabled
[lttng-tools.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = . tools kernel
2
3AM_CFLAGS = -g -Wall
4AM_LDFLAGS = -lurcu -lurcu-cds
5
6EXTRA_DIST = run-report.py test_list.py utils.sh utils.h
7
8if HAVE_LIBLTTNG_UST_CTL
9SUBDIRS += ust
10endif # HAVE_LIBLTTNG_UST_CTL
11
12check-am:
13 ./runall.sh
This page took 0.021639 seconds and 4 git commands to generate.