diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-03-29 15:30:57 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-03-29 16:06:29 -0700 |
commit | 59e58de40c50ac05e24f5dc2d3267890974cde04 (patch) | |
tree | 560212f2ea2b7622df1bb6da1fa4a4ad328f82dc /README.md | |
parent | 92e2863fb7ff857e424329508d32225eb9b3b3e9 (diff) | |
download | libfuse-59e58de40c50ac05e24f5dc2d3267890974cde04.tar.gz |
Added basic unit tests.
Fixes issue #33.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. - |