Embedded Test Script http://embedded-test.org

Waldemar Brodkorb 81d4f3ab49 check why arcv1 fails 7 年 前
.travis.yml 81d4f3ab49 check why arcv1 fails 7 年 前
README d6312bc866 update size requirements for full build 8 年 前
embedded-test.sh d05d13e953 check for size binary, use ls as fallback 7 年 前

README

Embedded Test Framework
=======================

This is the third incarnation of my embedded test framework.

It started with the concrete idea of musl libc author Rich Felker
on the musl-libc mailing-list.
http://www.openwall.com/lists/musl/2013/12/03/26

After that I implemented musl-test-framework which is no longer
online available. It was just to test musl. The next incarnation
was adk-test-framework, which tries to be more flexible regarding
what project should be tested (offline).

Both solutions required binary kernel and initramfs for the Qemu
runtime tests and toolchains for the compiling.

The third incarnation now uses OpenADK to build a toolchain,
the base system and the C library. Then it runs either a
libc test suite, the ltp project or a native compile of a toolchain.
More tests can be implemented later.

A full build without any options needs 320 GB of disk space.
All combinations of C library and architectures are build.

Have fun
Waldemar