Re: Complex commands in TESTS

2006-03-30 Thread Ralf Wildenhues
* David Fang wrote on Fri, Mar 31, 2006 at 12:16:53AM CEST: > > is there a way to have automake execute complex commands as tests? For > > example, currently I use something like: > One simple way is to put the invocation commands into a built > shell script for each test: Right. If you w

Re: Complex commands in TESTS

2006-03-30 Thread David Fang
> is there a way to have automake execute complex commands as tests? For > example, currently I use something like: > > TESTS = numberAtoms input.sh > > But it would be nice to have, for instance, a command with arguments like > input.sh a b c > executed; is that possible, when yes, how? I'

Complex commands in TESTS

2006-03-30 Thread Daniel Kraft
Hi there, is there a way to have automake execute complex commands as tests? For example, currently I use something like: TESTS = numberAtoms input.sh But it would be nice to have, for instance, a command with arguments like input.sh a b c executed; is that possible, when yes, how?