+++ 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 embedded software 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/Waldux kernel with git bisect. # Development Get the source via following command: $ git clone git://embedded-test.org/git/embedded-test Or via HTTPS (can be used with a proxy): $ git clone https://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!