projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92cb20a
)
"make check" runs the test suite
author
Giuseppe Scrivano
<gscrivano@gnu.org>
Tue, 20 Apr 2010 13:08:16 +0000
(09:08 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Tue, 20 Apr 2010 13:08:16 +0000
(09:08 -0400)
a trivial patch to enable the Makefile "check" rule.
Signed-off-by: Giuseppe Scrivano <gscrivano@gnu.org>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index 17b89db7bd9fa94754e8fcff8efd8c580e291aa6..c25f8be36e21c54f0582e78dae001d66c4c29e16 100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-150,3
+150,6
@@
test_urcu_bp_dynamic_link_SOURCES = test_urcu_bp.c $(URCU_BP)
test_urcu_bp_dynamic_link_CFLAGS = -DDYNAMIC_LINK_TEST $(AM_CFLAGS)
urcutorture.c: api.h
+
+check-am:
+ ./runall.sh
This page took
0.024998 seconds
and
4
git commands to generate.