diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2024-07-24 14:05:15 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2024-08-01 05:06:12 -0700 |
| commit | ff0320bec2810192d453c579623482fab87bfa01 (patch) | |
| tree | 2a3cf4f5f858c12dff8bf1f4d7654d078665817b /misc/Makefile | |
| parent | cb2dee4eccf46642eef588bee64f9c875c408f1c (diff) | |
| download | glibc-ff0320bec2810192d453c579623482fab87bfa01.tar.xz glibc-ff0320bec2810192d453c579623482fab87bfa01.zip | |
Add mremap tests
Add tests for MREMAP_MAYMOVE and MREMAP_FIXED. On Linux, also test
MREMAP_DONTUNMAP.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'misc/Makefile')
| -rw-r--r-- | misc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 5d17c562fe..7b7f8351bf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -257,6 +257,8 @@ tests := \ tst-mntent-blank-passno \ tst-mntent-escape \ tst-mntent2 \ + tst-mremap1 \ + tst-mremap2 \ tst-preadvwritev \ tst-preadvwritev2 \ tst-preadvwritev64 \ |
