Tests: Add runner script for tools regression tests
[lttng-tools.git] / tests / regression / 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 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.022172 seconds and 4 git commands to generate.