aboutsummaryrefslogtreecommitdiffstats
path: root/tests/internals/Makefile.am
AgeCommit message (Collapse)AuthorLines
2025-10-02Removed autotools filesLeonard Kugis-15/+0
2021-02-13Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on ↵Martin Pärtel-1/+1
the way.
2021-01-27Initial Fuse 3 support + Support to allow some special optionsMcBane-2/+2
2016-11-16tests: fix building out of placeDan Dedrick-4/+4
The path to the source files should be top_srcdir not top_builddir. When building in place these are both the same so this doesn't fail but is technically wrong. This change will allow both cases to work. To demonstrace how this was broken before and to ensure it is fixed now you can do the following: ./autogen.sh && mkdir -p build && cd build && ../configure && make Running make check out of place still doesn't work but that will require a bit more change.
2014-06-30Implemented rate limiter.Martin Pärtel-4/+10
Fixes #12.
2013-07-22(build cleanup)Martin Pärtel-0/+1
2012-09-14Implemented my_dirname and added unit tests for it.Martin Pärtel-0/+8