From: Giuseppe Scrivano Date: Tue, 20 Apr 2010 13:08:16 +0000 (-0400) Subject: "make check" runs the test suite X-Git-Tag: v0.4.4~3 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=bb186d0d5f88ea24fee51cfe1f0ff1c7e7b268ac "make check" runs the test suite a trivial patch to enable the Makefile "check" rule. Signed-off-by: Giuseppe Scrivano Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 17b89db..c25f8be 100644 --- 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