aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-07-24 14:05:15 -0700
committerH.J. Lu <hjl.tools@gmail.com>2024-08-01 05:06:12 -0700
commitff0320bec2810192d453c579623482fab87bfa01 (patch)
tree2a3cf4f5f858c12dff8bf1f4d7654d078665817b /sysdeps/unix/sysv/linux/Makefile
parentcb2dee4eccf46642eef588bee64f9c875c408f1c (diff)
downloadglibc-ff0320bec2810192d453c579623482fab87bfa01.zip
glibc-ff0320bec2810192d453c579623482fab87bfa01.tar.gz
glibc-ff0320bec2810192d453c579623482fab87bfa01.tar.bz2
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 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 097b5a2..59998c7 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -206,6 +206,7 @@ tests += \
tst-getauxval \
tst-gettid \
tst-gettid-kill \
+ tst-linux-mremap1 \
tst-memfd_create \
tst-misalign-clone \
tst-mlock2 \