Tests: Convert the kernel_all_events_basic test to an equivalent shell test
[lttng-tools.git] / tests / regression / Makefile.am
CommitLineData
9ac429ef
CB
1SUBDIRS = . tools kernel
2
3AM_CFLAGS = -g -Wall
4AM_LDFLAGS = -lurcu -lurcu-cds
5
6EXTRA_DIST = run-report.py test_list.py runall.sh
7
8if HAVE_LIBLTTNG_UST_CTL
9SUBDIRS += ust
10endif # HAVE_LIBLTTNG_UST_CTL
11
12check-am:
13 ./runall.sh
This page took 0.022555 seconds and 4 git commands to generate.