aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2017-03-12 01:05:20 +0000
committerMartin Pärtel <martin.partel@gmail.com>2017-03-12 01:05:20 +0000
commitaef3aa07b85cb3e9340cb2d95571aebf6f2638ab (patch)
tree5de18609abf7e1b71e1b6b0dee3490280998c05f /README.md
parent8437e3fc441ba5e38c57c571ba477237a72ea66d (diff)
downloadbindfs-aef3aa07b85cb3e9340cb2d95571aebf6f2638ab.tar.gz
Added Vagrant test runner, initially running some Ubuntus and CentOSes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 601aa7b..1d1030d 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,14 @@ The test suite requires Ruby 1.8.7+. If you're using [RVM](https://rvm.io/)
then you may need to use `rvmsudo` instead of plain `sudo` to run the root
tests.
+### Vagrant test runner ###
+
+There is also a set of Vagrant configs for running the test suite on a variety
+of systems. Run them with `vagrant/test.rb` (add `--help` for extra options).
+
+You can destroy all bindfs Vagrant machines (but not the downloaded images)
+with `make vagrant-clean`.
+
## License ##