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: Is there a check-gfortran?


Andrew Pinski wrote:
The target is "check-f95".

I tried that one.


    $ make check-f95
    make: *** No rule to make target `check-f95'.  Stop.

My configure has c, C++, and f905 enabled. A "make check-gcc" works as expected.

I cannot do make check-g++ at all but I can do check-c++ and check-java.

I was quoting the GCC web page at http://gcc.gnu.org/install/test.html:


[quote]
Likewise, in order to run only the g++ “old-deja” tests in the testsuite with filenames matching 9805*, you would use


         make check-g++ RUNTESTFLAGS="old-deja.exp=9805* other-options"
[/quote]

I assume the web page is wrong?

--
Scott Robert Ladd
site: http://www.coyotegulch.com
blog: http://chaoticcoyote.blogspot.com


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