]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Add FUSE-based file system test framework to support/
authorFlorian Weimer <fweimer@redhat.com>
Fri, 30 Aug 2024 19:52:53 +0000 (21:52 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 5 Sep 2024 10:05:32 +0000 (12:05 +0200)
commitf169509ded534537eec9df00cfada6dbca908352
tree2f30454c9478fdc77f6e3b46fe16ab0b70a21701
parent61f2c2e1d1287a791c22d86c943b44bcf66bb8ad
support: Add FUSE-based file system test framework to support/

This allows to monitor the exact file system operations
performed by glibc and inject errors.

Hurd does not have <sys/mount.h>.  To get the sources to compile
at least, the same approach as in support/test-container.c is used.

Reviewed-by: DJ Delorie <dj@redhat.com>
support/Makefile
support/fuse.h [new file with mode: 0644]
support/support_fuse.c [new file with mode: 0644]
support/tst-support_fuse.c [new file with mode: 0644]