aboutsummaryrefslogtreecommitdiff
path: root/test/util.py
Commit message (Collapse)AuthorAge
* Use printcap() to control test executionGravatar Nikolaus Rath2017-08-24
| | | | That way, we run only tests that are supported by the running kernel.
* Don't attempt to run fusermount3 under BSD.Gravatar Nikolaus Rath2017-08-11
|
* Only use valgrind if requested explicitly + enable address sanitizerGravatar Nikolaus Rath2017-01-12
|
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12
|
* Skip tests if not root and no setuid fusermount3.Gravatar Nikolaus Rath2017-01-10
|
* Rename more things from fuse to fuse3Gravatar Przemysław Pawełczyk2016-11-28
|
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Gravatar Nikolaus Rath2016-10-28
|
* tests: use freshly-build fusermount (instead of system version)Gravatar Nikolaus Rath2016-10-13
| | | | When running tests as non-root, make fusermount setuid root.
* Added cuse unit test.Gravatar Nikolaus Rath2016-10-09
|
* Added safe_sleep()Gravatar Nikolaus Rath2016-10-08
|
* Don't crash if valgrind or libtool are not installed.Gravatar Nikolaus Rath2016-10-03
|
* Run tests under valgrind when available.Gravatar Nikolaus Rath2016-10-02
| | | | Fixes #50.
* Added basic unit tests.Gravatar Nikolaus Rath2016-03-29
Fixes issue #33.