* Mathieu Desnoyers ([email protected]) wrote: > [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.
Merged, thanks ! Mathieu > > Cheers, > Giuseppe > > > > From f7c97ac4c7e8f21fd2404e4a1da439ac2d1787c5 Mon Sep 17 00:00:00 2001 > From: Giuseppe Scrivano <[email protected]> > Date: Sun, 18 Apr 2010 23:57:03 +0200 > Subject: [PATCH] "make check" runs the test suite > > Signed-off-by: Giuseppe Scrivano <[email protected]> > --- > 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 > > _______________________________________________ > ltt-dev mailing list > [email protected] > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev > -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
