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

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Mon Apr 19 23:30:12 EDT 2010


[Mathieu: I accidentally discarded your message from the mailing list
moderation. I'll look at the patch tomorrow, plan merging. Thanks !]

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

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




More information about the lttng-dev mailing list