summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-05 11:49:50 +0000
committerNeil Williams <codehelp@debian.org>2015-11-06 12:37:10 +0000
commit6477d1d4def03afc545a706b2a2666371e028130 (patch)
tree55e9634f2ce7cfc2926d9f39a386bed4ccaec5d3 /README
parente27e6e2512f1c59114eac99fc69ac7a952abf521 (diff)
downloadvmdebootstrap-6477d1d4def03afc545a706b2a2666371e028130.tar.gz
Add yarn tests vmdebootstrap
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index b6fa46c..06c544f 100644
--- a/README
+++ b/README
@@ -140,6 +140,24 @@ prepare a read-only version of the image - in this case with the /boot
partition also mounted - and copies files out into the current working
directory.
+The integration test suite
+--------------------------
+
+To run the vmdebootstrap integration test suite, you need the yarn
+tool, which is part of cmdtest. See <http://liw.fi/cmdtest/> and the
+cmdtest package in Debian. The command to run the tests is:
+
+ sudo yarns/run-tests
+
+You can skip the slow tests that actually build images, by setting the
+`TESTS` variable:
+
+ sudo yarns/run-tests --env TESTS=fast
+
+To format the test suite document:
+
+ make -C yarns
+
Legalese
--------