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?  I've tried quoting so far
(TESTS = numberAtoms "input.sh a b c") but it doesn't work.

Many thanks!
Yours,
Daniel Kraft


Reply via email to