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]

[PATCH,TESTSUITE]Add AVR testsuite.


Attached patch creates target specific testsuite for AVR.

This will be used for tests that are AVR specific, which would include asm, function/data attributes, compile options etc.

Adds expect files testsuite/gcc.target/avr/avr.exp and testsuite/gcc.target/avr/torture/avr-torture.exp.

Both expect files only accept avr-*-* target and return otherwise.

avr-torture testsuite overrides defaults to provide AVR specific options.

Two placeholder tests are included for now.


Ok for 4.4 mainline?




2008-05-31 Andy Hutchinson <hutchinsonandy@aim.com>

   * gcc.target/avr/avr.exp: Add avr testsuite.
   * gcc.target/avr/trivial.c: Add simple test.
   * gcc.target/avr/torture/avr-torture.exp: Add avr-torture testsuite.
   * gcc.target/avr/torture/trivial.c: Add simple test.


Attachment: targ.patch
Description: Text document


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