tests: Make test_per_application_leaks more robust
[lttng-tools.git] / 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.02307 seconds and 5 git commands to generate.