From bb186d0d5f88ea24fee51cfe1f0ff1c7e7b268ac Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 20 Apr 2010 09:08:16 -0400 Subject: [PATCH] "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 --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1