diff mbox

[kvm-unit-tests,9/9] standalone: add documentation to README

Message ID 1436546703-12258-10-git-send-email-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones July 10, 2015, 4:45 p.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox

Patch

diff --git a/README b/README
index e9869d12bfa20..8bc966bdf1284 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/use standalone tests do
+  ./configure
+  make standalone
+  (send tests/some-test anywhere)
+  (go to anywhere)
+  ./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