This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Test suites for cross-compilation system


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


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