[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Complex commands in TESTS
From: |
Daniel Kraft |
Subject: |
Complex commands in TESTS |
Date: |
Thu, 30 Mar 2006 20:58:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060308 SeaMonkey/1.0 |
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
- Complex commands in TESTS,
Daniel Kraft <=