This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING: [patch, fortran] PR 27997: Implement F2003-style array constructor with typespec


On 4/26/08, Jerry DeLisle <jvdelisle@verizon.net> wrote:
> Daniel Kraft wrote:
> > Hi FX,
> >
> > here's a new version of my patch with (some of) your comments addressed;
> > I'll comment what I changed below.
> >
> > I apologize for some of my prior comments, I did misunderstand some of
> > your points.
> >
> > BTW, is it generally ok to have as many testcases as possible, or is
> > there some "upper limit" on the number you think reasonable for one
> > special feature?  And BTW, is there a way to make dejagnu run single
> > tests so I can test my dejagnu-testcase without having to do a full
> > check-gfortran?
> >
> >
> make -k check-fortran RUNTESTFLGS=dg.exp=name_of_test.f90
> or
> make -k check-fortran RUNTESTFLGS=dg.exp=name*
>
> for a group of like named tests. ie wildcard

Just a nit.. I think you have to escape the wildcard so the shell
doesn't interpret it, just in case there are like-named files in the
current directory:

RUNTESTFLAGS="dg.exp=name*"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]