README 857 B

123456789101112131415161718192021222324
  1. Embedded Test Framework
  2. =======================
  3. This is the third incarnation of my embedded test framework.
  4. It started with the concrete idea of musl libc author Rich Felker
  5. on the musl-libc mailing-list.
  6. http://www.openwall.com/lists/musl/2013/12/03/26
  7. After that I implemented musl-test-framework which is no longer
  8. online available. It was just to test musl. The next incarnation
  9. was adk-test-framework, which tries to be more flexible regarding
  10. what project should be tested (offline).
  11. Both solutions required binary kernel and initramfs for the Qemu
  12. runtime tests and toolchains for the compiling.
  13. The third incarnation now uses OpenADK to build a toolchain,
  14. the base system and the C library. Then it runs either a
  15. libc test suite, the ltp project or a native compile of a toolchain.
  16. More tests can be impemented later.
  17. Have fun
  18. Waldemar