Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index e9869d12bfa20..eab5ea28f7fab 100644 --- a/README +++ b/README @@ -16,6 +16,16 @@ To select a specific qemu binary, specify the QEMU=<path> environment variable, e.g. QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat +To create and use standalone tests do + ./configure + make standalone + (send tests/some-test somewhere) + (go to somewhere) + ./some-test + +'make install' will install all tests in PREFIX/share/kvm-unit-tests/tests, +each as a standalone test. + Directory structure: .: configure script, top-level Makefile, and run_tests.sh ./config: collection of architecture dependent makefiles -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html