autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make test


From: Frank Lahm
Subject: Re: make test
Date: Wed, 26 Jan 2011 17:01:17 +0100

Hi,

2011/1/26 Eve-Marie Devaliere <address@hidden>:
> Dear autoconf community,
>
> I am switching a program from the 'old makefile/configure way' to
> autoconf...
>
> I got configure and make and make install to work but would like to now
> add the tests that were happening by running 'make test'... (run-time tests)
>
> I have searched the web and I came across  AC_TRY_RUN but it apparently
> requires to run a C program ; the tests were executed with a shell
> script. Is there another way to do it or am I going to have to make a C
> program that will call my shell script? (The package is in fortran and
> doesn't use C for anything else...)

Wrong auto* package your looking at. Look at this one:
http://www.gnu.org/software/automake/manual/html_node/Tests.html#Tests

-f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]