aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.