automake
[Top][All Lists]
Advanced

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

make test with fortran program


From: Eve-Marie Devaliere
Subject: make test with fortran program
Date: Thu, 27 Jan 2011 13:07:51 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Dear all,

I created a fortran library with autoconf/automake and am now trying to
get 'make test' to run a fortran program as a test....

I have the following in my test/Makefile.am

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


when I run automake it outputs
automake
test/Makefile.am: object `Example1_Simple.$(OBJEXT)' created by
`k_matrix/Example1_Simple/Example1_Simple.f90' and
`forward/Example1_Simple/Example1_Simple.f90'

but nothing was created and if I try configure it complains that:

config.status: error: cannot find input file: `test/Makefile.in')


Would someone know what I am missing?
Thanks,
Cheers,
Eve-Marie


-- 
Eve-Marie Devaliere, MS
Senior Science System/Software Engineer
Joint Center for Satellite Data Assimilation (JCSDA)
Phone: (301) 763-8172 x215
Fax: (301) 763-8149
Address: World Weather Building
         Room #808
         5200 Auth Rd
         Camp Springs, MD 20746

The contents of this message are mine personally and do not necessarily reflect 
any position of NOAA




reply via email to

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