Re: how to run a test file with command line options...

2005-06-23 Thread Alexandre Duret-Lutz
>>> "Ed" == Ed Hartnett <[EMAIL PROTECTED]> writes: Ed> check_PROGRAMS = tst_parallel Ed> TESTS = run_par_test.sh Ed> Where run_par_test.sh is: Ed> MP_TASKS_PER_NODE=4 MP_PROCS=4 poe ./tst_parallel Ed> This works, but is there a way to do this in the Makefile.am, and not Ed> use a shell s

Re: how to run a test file with command line options...

2005-06-20 Thread Ralf Wildenhues
* Harald Dunkel wrote on Mon, Jun 20, 2005 at 10:11:05AM CEST: > Ed Hartnett wrote: > > > > check_PROGRAMS = tst_parallel > > TESTS = run_par_test.sh > > > > Where run_par_test.sh is: > > > > MP_TASKS_PER_NODE=4 MP_PROCS=4 poe ./tst_parallel > > Since Automake is based on Perl it should be pret

Re: how to run a test file with command line options...

2005-06-20 Thread Harald Dunkel
Ed Hartnett wrote: > Howdy all! > > If I have some tests, and want to run them with command line options, > how do I do it? > > For example, I have to have a shell script to run tst_parallel below, > because it needs to be called with the poe command, and some env vars > set. In other cases, I ne

Re: how to run a test file with command line options...

2005-06-17 Thread Thien-Thi Nguyen
Ed Hartnett <[EMAIL PROTECTED]> writes: > Howdy all! > > If I have some tests, and want to run them with command line options, > how do I do it? > > For example, I have to have a shell script to run tst_parallel below, > because it needs to be called with the poe command, and some env vars > set

Re: how to run a test file with command line options...

2005-06-17 Thread Ed Hartnett
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Ed, > > * Ed Hartnett wrote on Thu, Jun 16, 2005 at 10:09:05PM CEST: >> >> If I have some tests, and want to run them with command line options, >> how do I do it? > > You are using the Automake builtin support for tests. It's quite > limited, and

Re: how to run a test file with command line options...

2005-06-17 Thread Ralf Wildenhues
Hi Ed, * Ed Hartnett wrote on Thu, Jun 16, 2005 at 10:09:05PM CEST: > > If I have some tests, and want to run them with command line options, > how do I do it? You are using the Automake builtin support for tests. It's quite limited, and I believe it cannot do what you want. > For example, I h

how to run a test file with command line options...

2005-06-16 Thread Ed Hartnett
Howdy all! If I have some tests, and want to run them with command line options, how do I do it? For example, I have to have a shell script to run tst_parallel below, because it needs to be called with the poe command, and some env vars set. In other cases, I need to call test program with some c