diff options
| author | Florian Weimer <fweimer@redhat.com> | 2024-08-30 21:52:53 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2024-09-05 12:05:32 +0200 |
| commit | f169509ded534537eec9df00cfada6dbca908352 (patch) | |
| tree | 2f30454c9478fdc77f6e3b46fe16ab0b70a21701 /support/Makefile | |
| parent | 61f2c2e1d1287a791c22d86c943b44bcf66bb8ad (diff) | |
| download | glibc-f169509ded534537eec9df00cfada6dbca908352.tar.xz glibc-f169509ded534537eec9df00cfada6dbca908352.zip | |
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>
Diffstat (limited to 'support/Makefile')
| -rw-r--r-- | support/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 8fb4d2c500..93d32ae75f 100644 --- a/support/Makefile +++ b/support/Makefile @@ -64,6 +64,7 @@ libsupport-routines = \ support_format_herrno \ support_format_hostent \ support_format_netent \ + support_fuse \ support_isolate_in_subprocess \ support_mutex_pi_monotonic \ support_need_proc \ @@ -327,6 +328,7 @@ tests = \ tst-support_capture_subprocess \ tst-support_descriptors \ tst-support_format_dns_packet \ + tst-support_fuse \ tst-support_quote_blob \ tst-support_quote_blob_wide \ tst-support_quote_string \ |
