Testing unbuilt compilers

Jeffrey A Law law@cygnus.com
Sun Feb 20 23:53:00 GMT 2000


  In message < 20000220141342.A21207@x8b4e53cd.dhcp.okstate.edu >you write:
  > I was working on the Chill testsuite, so I built CVS gcc
  > with --enable-languages=CHILL and did make -k test. So
  > why did it run the tests for languages I didn't build
  > (C++, f77, objc)? Is there anyway to get around this
  > short of blowing away the testsuites for those languages?
What you need to do is add a new check target.  Something like
check-chill in gcc/Makefile.in

Then you can say "make check-chill".

jeff



More information about the Gcc mailing list