[ltt-dev] [PATCH] "make check" runs the test suite

Giuseppe Scrivano gscrivano at gnu.org
Sun Apr 18 18:03:25 EDT 2010


Hello,

a trivial patch to enable the Makefile "check" rule.

Cheers,
Giuseppe



>From f7c97ac4c7e8f21fd2404e4a1da439ac2d1787c5 Mon Sep 17 00:00:00 2001
From: Giuseppe Scrivano <gscrivano at gnu.org>
Date: Sun, 18 Apr 2010 23:57:03 +0200
Subject: [PATCH] "make check" runs the test suite

Signed-off-by: Giuseppe Scrivano <gscrivano at gnu.org>
---
 tests/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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
-- 
1.7.0





More information about the lttng-dev mailing list