This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Patch to move hardcoded language testsuite targets


On Sat, 15 Nov 2003, Arnaud Charlet wrote:

> Don't you need to also modify ada/Make-lang.in to add check-ada to
> lang_checks ? If so, I'd be curious to know how this works for Ada and not
> for other languages.
> 
> Did you get the Ada test suite when you did a make check with your changes ?

lang_checks is only those targets using the common rule in
gcc/Makefile.in, which Ada doesn't use, so Ada is unaffected and the Ada
testsuite did run.  @check_languages@ is and remains the automatically
generated list of all testsuite targets (some of which don't use the
common Dejagnu rule, and some of which which do use the common Dejagnu
rule still need their own target in Make-lang.in to redirect to the rule
with the name in the form the Dejagnu rule expects, e.g. check-c++ ->
check-g++).

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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