aboutsummaryrefslogtreecommitdiffstats
path: root/test/util.py
AgeCommit message (Collapse)AuthorLines
2017-08-24Use printcap() to control test executionNikolaus Rath-0/+30
That way, we run only tests that are supported by the running kernel.
2017-08-11Don't attempt to run fusermount3 under BSD.Nikolaus Rath-10/+21
2017-01-12Only use valgrind if requested explicitly + enable address sanitizerNikolaus Rath-12/+3
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-4/+3
2017-01-10Skip tests if not root and no setuid fusermount3.Nikolaus Rath-0/+37
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-2/+2
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath-2/+2
2016-10-13tests: use freshly-build fusermount (instead of system version)Nikolaus Rath-2/+21
When running tests as non-root, make fusermount setuid root.
2016-10-09Added cuse unit test.Nikolaus Rath-2/+3
2016-10-08Added safe_sleep()Nikolaus Rath-0/+14
2016-10-03Don't crash if valgrind or libtool are not installed.Nikolaus Rath-3/+7
2016-10-02Run tests under valgrind when available.Nikolaus Rath-0/+13
Fixes #50.
2016-03-29Added basic unit tests.Nikolaus Rath-0/+38
Fixes issue #33.