aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-03-29 15:30:57 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-03-29 16:06:29 -0700
commit59e58de40c50ac05e24f5dc2d3267890974cde04 (patch)
tree560212f2ea2b7622df1bb6da1fa4a4ad328f82dc /README.md
parent92e2863fb7ff857e424329508d32225eb9b3b3e9 (diff)
downloadlibfuse-59e58de40c50ac05e24f5dc2d3267890974cde04.tar.gz
Added basic unit tests.
Fixes issue #33.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18f5d9b..33c9df9 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,12 @@ tarball, build and install with
make -j8
make install
+To run some self tests, you need a Python 3 environment with the
+[py.test](http://www.pytest.org/) module installed. To run the tests,
+execute
+
+ python3 -m pytest test/
+
You may also need to add `/usr/local/lib` to `/etc/ld.so.conf` and/or
run *ldconfig*. If you're building from the git repository (instead of
using a release tarball), you also need to run `./makeconf.sh` to
@@ -111,4 +117,3 @@ https://lists.sourceforge.net/lists/listinfo/fuse-devel).
Please report any bugs on the GitHub issue tracker at
https://github.com/libfuse/libfuse/issues.
-