Re: parallel testsuite execution

2008-09-25 Thread Ralf Wildenhues
Let's get back to this issue. I seem to constantly be about one year behind everything. * Akim Demaille wrote on Fri, Oct 26, 2007 at 01:53:20PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > * Akim wrote: > >> So I would like to be able to write something like > >> > >>

Re: parallel testsuite execution

2007-10-26 Thread Akim Demaille
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hello Akim, Hi Ralf, >> So I would like to be able to write something like >> >> TEST_SUITES = foo bar >> foo_TESTS = foo1.chk foo2.test foo3 >> bar_TESTS = bar1.test bar2.sh bar3.c >> >> and be able to write on the side rules e

Re: creating shared libraries (was: parallel testsuite execution)

2007-10-24 Thread txie
> Hello Ting, > > * [EMAIL PROTECTED] wrote on Wed, Oct 24, 2007 at 07:38:29PM CEST: >> >> Does anyone know how to create shared library file .so file? Currently I >> only know write .la file (not .so file) in Makefile.am file. Thanks. > > First, please do not reply to other threads when you start

creating shared libraries (was: parallel testsuite execution)

2007-10-24 Thread Ralf Wildenhues
Hello Ting, * [EMAIL PROTECTED] wrote on Wed, Oct 24, 2007 at 07:38:29PM CEST: > > Does anyone know how to create shared library file .so file? Currently I > only know write .la file (not .so file) in Makefile.am file. Thanks. First, please do not reply to other threads when you start a new topi

Re: parallel testsuite execution

2007-10-24 Thread Ralf Wildenhues
Hello Akim, * Akim Demaille wrote on Wed, Oct 24, 2007 at 05:14:39PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > Sorry for answering so late... No problem. > So I would like to be able to write something like > > TEST_SUITES = foo bar > foo_TESTS = foo1.chk foo2.test fo

Re: parallel testsuite execution

2007-10-24 Thread txie
Hi, Does anyone know how to create shared library file .so file? Currently I only know write .la file (not .so file) in Makefile.am file. Thanks. Ting "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > Hello Benoit, > > Hi Ralf, > > Sorry for answering so late... > > > > Can you rid

Re: parallel testsuite execution

2007-10-24 Thread Akim Demaille
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hello Benoit, Hi Ralf, Sorry for answering so late... > Can you rid it of nonportable constructs, and more importantly, can it > be included in Automake (copyright transfered to the FSF etc.)? Sure, no problems. > Hmm, let's see.

parallel testsuite execution (was: multiple cpu's)

2007-08-20 Thread Ralf Wildenhues
Hello Benoit, * Benoit SIGOURE wrote on Mon, Aug 20, 2007 at 05:59:26PM CEST: > > http://www.tsunanet.net/~tsuna/check.mk Can you rid it of nonportable constructs, and more importantly, can it be included in Automake (copyright transfered to the FSF etc.)? Hmm, let's see. Most suffix rules shou