aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-11-12 15:27:23 +0000
committerGitHub <noreply@github.com>2021-11-12 15:27:23 +0000
commitace83abb5d62ef91bafd20219be1bdaf4f57f091 (patch)
tree374c1c3179dd2d3df5b0941dbfee09942c3fd074 /README.md
parent353fee1349a1917e01bda8f225554e7f71939364 (diff)
downloadlibvfio-user-ace83abb5d62ef91bafd20219be1bdaf4f57f091.zip
libvfio-user-ace83abb5d62ef91bafd20219be1bdaf4f57f091.tar.gz
libvfio-user-ace83abb5d62ef91bafd20219be1bdaf4f57f091.tar.bz2
add a doc on testing
Split out testing information to a separate document. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79920a9..02d905e 100644
--- a/README.md
+++ b/README.md
@@ -61,13 +61,10 @@ Build requirements:
* `cmake` (v2 or above)
* `apt install libjson-c-dev libcmocka-dev libssl-dev` *or*
* `yum install json-c-devel libcmocka-devel openssl-devel`
- * `valgrind` for testing
To build:
make && make install
- # optional
- make test
By default a debug build is created. To create a release build do:
@@ -276,6 +273,11 @@ backed by hugepages:
Becasue SPDK must be run as root, either fix the vfio-user socket permissions
or configure libvirt to run QEMU as root.
+Testing
+=======
+
+See [Testing](docs/testing.md).
+
History
=======