This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
how to make a testsuite file optional
- From: Bud Davis <bdavis9659 at comcast dot net>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, gfortran <fortran at gcc dot gnu dot org>
- Date: Thu, 25 Nov 2004 11:54:41 -0600
- Subject: how to make a testsuite file optional
<sent to gcc-patches>
is there a way to make a testsuite file optional ?
we have some fortran tests that make very large files and take a long
time. they take too long to be run all the time, but they do test
functionality that needs to be tested. {gfortran would be hated if we
added 20 minutes to the time required for a "make check-f95"}
can this be done under the existing framework ?
thanks,
bud davis