From 2debd379139b9352f49bfceebffc4dc7474600e7 Mon Sep 17 00:00:00 2001 From: copy Date: Tue, 15 Sep 2015 21:54:25 +0200 Subject: [PATCH] Tests readme --- tests/Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/Readme.md diff --git a/tests/Readme.md b/tests/Readme.md new file mode 100644 index 00000000..14f18708 --- /dev/null +++ b/tests/Readme.md @@ -0,0 +1,10 @@ +A couple of test cases. + +- [full](full/): Starts several OSes and checks if they boot correctly. This is + the most useful test. +- [qemu](qemu/): Builds a Linux binary, which tests many CPU features. Needs to + be manually put on a Linux image and run in the emulator. This test is + contained in the `linux.iso` image and automatically run in the full test. +- [perf-irhydra](perf-irhydra/): Manual performance test. Probably not + interesting for you. +- [perf](perf/): Very simple performance test. Probably not interesting for you.