Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-02-03 | Fix returning inode numbers from readdir() in offset==0 mode. (#584) | Martin Pärtel | -0/+3 | |
- Test added for all passthrough examples. - passthrough.c uses offset==0 mode. The others don't. - passthrough.c changed to set FUSE_FILL_DIR_PLUS to make the test pass. - This fixes #583. | ||||
2018-10-19 | Do not fail "ninja test" when running as subproject | Ahmed Masud | -3/+9 | |
2017-08-11 | Call cp with -p instead of --preserve=mode | Nikolaus Rath | -1/+1 | |
Preserving other attributes doesn't hurt, and --preserve is not supported under FreeBSD. | ||||
2017-08-11 | Don't pass --update to cp | Nikolaus Rath | -1/+1 | |
Doesn't work on FreeBSD, and not strictly necessary. | ||||
2017-07-07 | Don't use emacs' python-mode for meson files | Nikolaus Rath | -3/+0 | |
There is a proper meson-mode now. | ||||
2017-05-25 | Factored out C-based tests | Nikolaus Rath | -1/+1 | |
2017-04-10 | Remove 'tests' target in favor of calling py.test directly. | Nikolaus Rath | -7/+0 | |
Together with the previous commit, this fixes #156. | ||||
2017-04-10 | Build tests by default. | Nikolaus Rath | -7/+6 | |
2017-04-10 | Only build test/*.py if out of date. | Nikolaus Rath | -1/+1 | |
2017-01-12 | Added experimental support for building with Meson+Ninja | Nikolaus Rath | -0/+35 | |