_index.md 977 B

+++ date = "2017-02-11T09:30:45+01:00" title = "Welcome to Embedded-Test!" type = "index"

+++

Welcome to Embedded-Test!

What is it?

A shell script allowing to do automatic software testing in the Linux Embedded world. It make use of mksh shell and the latest available OpenADK version.

It is mainly used by the uClibc-ng project to generate reports for every release. It can be used to find regressions in binutils, gcc or the Linux kernel with git bisect.

If you want to use runtime testing, a qemu tarball with static binaries for Linux is available here: https://embedded-test.org/qemu-static-bins.tar.xz

Development

Get the source via following command:

$ git clone git://embedded-test.org/git/embedded-test

Or via HTTP/HTTPS (can be used with a proxy):

$ git clone http://git.embedded-test.org/git/embedded-test.git

Contact

If you have any comments, patches or criticism you can also send directly an e-mail to wbx at embedded-test dot org

Have fun!