summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-01 12:48:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-01 12:48:55 +0200
commit6e7f08f89eeb067f956902f4373713e52df1b6a5 (patch)
tree7acc1d70d59177105982ff2e4d420c37c251ba75 /README
new import of embedded-test.sh, successor of uclibc-ng-test.sh
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f43c318
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+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.
+
+Both solutions required binary kernel and initramfs for the Qemu
+runtime tests and toolchains for the compiling.
+
+The third incarnation now uses either OpenADK or buildroot 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 impemented
+later.
+
+Have fun