This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How do I add target specific tests?
- From: Andy H <hutchinsonandy at aim dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Sat, 10 May 2008 09:08:36 -0400
- Subject: How do I add target specific tests?
I want to add target specific tests for AVR.
These would be testcases for PR that fail related to AVR back end
problems - rather than testcases for generic PR.
Do I just add them to directory testsuite/gcc.target/avr? Or are there
some other configuration steps needed?
Andy