Test suites for cross-compilation system

David Daney ddaney@avtrex.com
Wed Feb 14 17:02:00 GMT 2007


Kakoli wrote:
> If component-by-component is the only way to test, then are there any
> test-suites for simulator/debugger etc.? For compiler we shall be using
> ACATS. Is that enough?
> 
> In gdb/gcc, there is folder 'test-suite'. But is there any documentation on
> those test-suites explaining the strategy behing them? Or whether they
> follow some standards?
> Any pointer to any doc. on testing standards followed by these open source
> components would help.
> 

Does 'make -k check' not work for you?

Gnu binutils and GCC both have extensive testsuites that are run with 
that command.

There are documents on Dan K.'s web site that describe how to configure 
Dejagnu for testing cross compilers with remote hardware.  You can use 
gdb's simulator as well if you have it configured.

David Daney

> 
> Kakoli wrote:
>> Hello all,
>>   We are developing a cross-compiler suite having compiler, assembler,
>> linker, simulator, debugger etc. Is there any standard test-suites for
>> testing the entire system?
>>
>> Thanks in advance,
>> Regards,
>> Kakoli
>>
> 


--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list