From a2fbce19d97a72c53de9f6fb462e5f94bbb11265 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 15 Nov 2015 18:07:00 +0000 Subject: Added README entry about test suite. --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- cgit v1.2.3