This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake question
- From: David Churches <David dot Churches at astro dot cf dot ac dot uk>
- To: "Steve M. Robbins" <steven dot robbins at videotron dot ca>
- Cc: David Churches <David dot Churches at astro dot cf dot ac dot uk>, automake at gnu dot org
- Date: Thu, 13 Jun 2002 14:32:36 +0100 (BST)
- Subject: Re: automake question
Hi,
Great, that works.
Thanks very much for your help.
David Churches.
-------------------------------------------------------------
David Churches
Department of Physics and Astronomy
Cardiff University, PO Box 913, Cardiff, CF2 3YB, U.K.
Phone: + 44-29-20874785, 20875121 (direct line) Fax: + 44-29-20874056
d.churches@astro.cf.ac.uk
On Thu, 13 Jun 2002, Steve M. Robbins wrote:
> On Thu, Jun 13, 2002 at 10:55:16AM +0100, David Churches wrote:
> >
> > Hi,
> >
> > I am using automake to test codes by using make check.
> > However, one of my test codes needs an argument in order to run. How do I
> > give this argument to automake in the Makefile.am file?
>
> You can use a shell script as your test that invokes the program
> with an argument. I can't think of any other way.
>
> -S
>
>