diff mbox

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

Message ID 1436806983-29783-7-git-send-email-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones July 13, 2015, 5:03 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..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