All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Jones <drjones@redhat.com>
To: kvm@vger.kernel.org
Cc: pbonzini@redhat.com, mtosatti@redhat.com, jen@redhat.com
Subject: [kvm-unit-tests PATCH v2 6/6] standalone: add documentation to README
Date: Mon, 13 Jul 2015 19:03:03 +0200	[thread overview]
Message-ID: <1436806983-29783-7-git-send-email-drjones@redhat.com> (raw)
In-Reply-To: <1436806983-29783-1-git-send-email-drjones@redhat.com>

Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 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


  parent reply	other threads:[~2015-07-13 17:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-13 17:02 [kvm-unit-tests PATCH v2 0/6] Generate standalone tests Andrew Jones
2015-07-13 17:02 ` [kvm-unit-tests PATCH v2 1/6] run_tests.sh: share run_all as for_each_unittest Andrew Jones
2015-07-13 17:02 ` [kvm-unit-tests PATCH v2 2/6] run: check DRYRUN Andrew Jones
2015-07-13 17:03 ` [kvm-unit-tests PATCH v2 3/6] scripts: Introduce mkstandalone.sh Andrew Jones
2015-07-13 17:03 ` [kvm-unit-tests PATCH v2 4/6] arm/unittests.cfg: changes to be more standalone friendly Andrew Jones
2015-07-13 17:03 ` [kvm-unit-tests PATCH v2 5/6] Makefile: change 'make install' to install standalone tests Andrew Jones
2015-07-13 17:03 ` Andrew Jones [this message]
2015-07-29 13:51 ` [kvm-unit-tests PATCH v2 0/6] Generate " Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1436806983-29783-7-git-send-email-drjones@redhat.com \
    --to=drjones@redhat.com \
    --cc=jen@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.