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