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