aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2015-11-15 18:07:00 +0000
committerMartin Pärtel <martin.partel@gmail.com>2015-11-15 18:07:00 +0000
commita2fbce19d97a72c53de9f6fb462e5f94bbb11265 (patch)
tree3ef206da73b54aff38430725895d943160036de2
parent495c9738fde1f6d9d70f47c6f0b362a8f1a26876 (diff)
downloadbindfs-a2fbce19d97a72c53de9f6fb462e5f94bbb11265.tar.gz
Added README entry about test suite.
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index f65cd32..cf52595 100644
--- a/README
+++ b/README
@@ -34,6 +34,7 @@ you may have to add the line user_allow_other to /etc/fuse.conf.
See the bindfs --help or the man-page for instructions and examples.
+
-- OS X note --
The following extra options may be useful under osxfuse:
@@ -41,6 +42,19 @@ The following extra options may be useful under osxfuse:
See https://github.com/osxfuse/osxfuse/wiki/Mount-options for details.
+
+-- Test suite --
+
+Bindfs comes with a (somewhat brittle and messy) test suite.
+The test suite has two kinds of tests: those that have to be run as root and
+those that have to be run as non-root. To run all of the tests, do
+`make check` both as root and as non-root.
+
+The test suite requires Ruby 2.0+ (1.9+ might also work). If you're using RVM
+then you may need to use `rvmsudo` instead of plain `sudo` to run the root
+tests.
+
+
-- License --
GNU General Public License version 2 or any later version.