Testing and Verification: Difference between revisions

From Linux/Xtensa
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
== Dejagnu ==
== Dejagnu ==


Dejagnu (http://www.gnu.org/software/dejagnu/) is used by many GNU and other tools as a test environment, and should be installed on the host before running any of the tests.
Dejagnu (http://www.gnu.org/software/dejagnu/) is used by many GNU and other tools as a test environment, and must be installed on the host before running any of the tests.  
 
=== Xtensa ISS (simulator) ===
 
=== QEMU ===
 
=== Board ===
 
 


== Binutils ==
== Binutils ==
Binutils comes with a testsuite.


== GCC ==
== GCC ==


== GlibC ==
== GlibC ==





Revision as of 23:10, 18 March 2013

Under Development

This page describes mechanisms to test the various architecture dependent software, such as toolchain and Linux kernel.

Dejagnu

Dejagnu (http://www.gnu.org/software/dejagnu/) is used by many GNU and other tools as a test environment, and must be installed on the host before running any of the tests.

Xtensa ISS (simulator)

QEMU

Board

Binutils

GCC

GlibC

Using Crosstool-NG

${CROSSTOOL}/.build/xtensa-unknown-linux-gnu/buildtools/bin

GDB

Kernel (LTP)

While the kernel itself doesn't come with any extensive test suite, the Linux Test Project - LTP (http://ltp.sourceforge.net/) provides an