Re: make test with fortran programs

2011-01-27 Thread Eve-Marie Devaliere
Thanks Ralph! oh, yes I am sorry... I understand I am having some more issues but will post to the automake list (automakes outputs automake test/Makefile.am: object `Example1_Simple.$(OBJEXT)' created by `test/k_matrix/Example1_Simple/Example1_Simple.f90' and `test/forward/Example1_Simple/Exam

Re: make test with fortran programs

2011-01-27 Thread Ralf Wildenhues
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 = .

Re: make test with fortran programs

2011-01-27 Thread Eve-Marie Devaliere
Thanks Ralph for all your continuous help! I don't know what I would do without you! I have one more dilemma... The tests programs are in fortran... I am trying the 'master makefile' case and I have that so far: TESTS = test/forward/Example1_Simple/Example1_Simple.f90 \ test/k_matrix/Examp