projects
/
lttng-tools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tests: Add runner script for regression testsuite
[lttng-tools.git]
/
tests
/
regression
/
Makefile.am
diff --git
a/tests/regression/Makefile.am
b/tests/regression/Makefile.am
index 441354e12df708d979208f02def31437c7773142..3641cf151dd4c477f6f4f0df2b6deb2681c49e26 100644
(file)
--- a/
tests/regression/Makefile.am
+++ b/
tests/regression/Makefile.am
@@
-1,13
+1,8
@@
-SUBDIRS =
. tools kernel
+SUBDIRS =
tools kernel ust
-AM_CFLAGS = -g -Wall
-AM_LDFLAGS = -lurcu -lurcu-cds
-
-EXTRA_DIST = run-report.py test_list.py runall.sh
+EXTRA_DIST = run-report.py test_list.py run.sh
if HAVE_LIBLTTNG_UST_CTL
SUBDIRS += ust
endif # HAVE_LIBLTTNG_UST_CTL
if HAVE_LIBLTTNG_UST_CTL
SUBDIRS += ust
endif # HAVE_LIBLTTNG_UST_CTL
-check-am:
- ./runall.sh
This page took
0.022934 seconds
and
4
git commands to generate.