aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorLines
2017-01-23Put -Werror in mesonconf, not CFLAGSNikolaus Rath-3/+2
2017-01-12Only use valgrind if requested explicitly + enable address sanitizerNikolaus Rath-14/+21
2017-01-12Switch Travis build to Meson+NinjaNikolaus Rath-0/+67
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-6/+53
2017-01-10Skip tests if not root and no setuid fusermount3.Nikolaus Rath-2/+41
2016-12-23Added documentation and test case for null exampleNikolaus Rath-0/+22
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-2/+2
2016-11-10Don't expect EACCESS errors as rootNikolaus Rath-8/+13
2016-11-06Don't hardcode test file name.Nikolaus Rath-1/+1
2016-11-06Added test for fchmodNikolaus Rath-1/+186
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath-2/+2
2016-10-24Fix segfault in debug logging codeNikolaus Rath-1/+4
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-2/+0
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-11/+16
2016-10-13tests: use freshly-build fusermount (instead of system version)Nikolaus Rath-4/+22
2016-10-13Only test writeback cache if kernel is recent enough.Nikolaus Rath-1/+5
2016-10-10Fix race condition in notify_* examplesNikolaus Rath-13/+8
2016-10-10Added write cache tests.Nikolaus Rath-2/+225
2016-10-09Added cuse unit test.Nikolaus Rath-2/+42
2016-10-09Increase timeouts in notify_* testsNikolaus Rath-8/+14
2016-10-09Renamed timefsN examples to fuse_notify_*Nikolaus Rath-4/+6
2016-10-09Renamed ioctl and poll examplesNikolaus Rath-6/+6
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath-69/+9
2016-10-08Added timefs3 to test notify_inval_entry.Nikolaus Rath-1/+33
2016-10-08Added timefs[12] examples.Nikolaus Rath-1/+31
2016-10-08Added safe_sleep()Nikolaus Rath-0/+14
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath-1/+1
2016-10-05Test more combinations of low-level options.Nikolaus Rath-6/+12
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-20/+43
2016-10-02Import os.path.join as pjoinNikolaus Rath-26/+27
2016-10-02Added test for fuse_lo-plus.Nikolaus Rath-0/+31
2016-10-02Run hello_ll single-threaded explicitly.Nikolaus Rath-0/+3
2016-05-13Add 'traceback' as suspicious test output pattern.Nikolaus Rath-1/+1
2016-05-13Add ioctl tests.Nikolaus Rath-0/+24
2016-03-29Added test_fselNikolaus Rath-0/+15
2016-03-29Added unit tests for fusexmp and helloNikolaus Rath-0/+306
2016-03-29Added basic unit tests.Nikolaus Rath-1/+159
2016-03-29Integrate tests with autotoolsNikolaus Rath-8/+2
2013-09-20test: add a realdir optionMiklos Szeredi-13/+38
2013-02-07libfuse: add readdirplus support in fuse_lowlevel_opsFeng Shuo-0/+1
2012-04-06test improvementsMiklos Szeredi-8/+149
2010-11-12update test/.gitignoreMiklos Szeredi-0/+1
2010-06-24Add .gitignore filesMiklos Szeredi-2/+1
2007-12-12change indentingMiklos Szeredi-1325/+1341
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-0/+202
2007-09-17add testcaseMiklos Szeredi-0/+165
2007-08-08warning fixMiklos Szeredi-1/+1
2007-07-02Released 2.7.0Miklos Szeredi-1/+1
2007-05-21add test for mknod() of regular fileMiklos Szeredi-0/+34