autoconf
[Top][All Lists]
Advanced

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

Re: make test with fortran programs


From: Ralf Wildenhues
Subject: Re: make test with fortran programs
Date: Thu, 27 Jan 2011 18:31:43 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

Hello,

* Eve-Marie Devaliere wrote on Thu, Jan 27, 2011 at 06:02:33PM CET:
> TESTS = test/forward/Example1_Simple/Example1_Simple.f90 \
>         test/k_matrix/Example1_Simple/Example1_Simple.f90
> check_PROGRAMS = $(TESTS)

It goes like this with Automake 1.11 or newer:

AM_DEFAULT_SOURCE_EXT = .f90
TESTS = test/forward/Example1_Simple/Example1_Simple \
        test/k_matrix/Example1_Simple/Example1_Simple
check_PROGRAMS = $(TESTS)

If you have further questions regarding Automake, it is helpful to ask
them on the automake list (no need to subscribe); but we understand that
the distinction is often not easy to make for newcomers.

Cheers,
Ralf



reply via email to

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