projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Clarify README about the GNU gold linker requirement
[lttng-tools.git]
/
tests
/
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 utils.sh utils.h 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.030944 seconds
and
4
git commands to generate.