diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-05-03 13:18:04 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-05-17 10:14:03 +0100 |
commit | 9faf5262c77487c96da8a3e961b88c0b1879e186 (patch) | |
tree | 19bd16b17032ce3b19398a5d81c3f3f00be0f9e4 /sysdeps/unix/sysv/linux/Makefile | |
parent | 86147bbeec25624cb26bb7646cdbc3a49bc56bf5 (diff) | |
download | glibc-9faf5262c77487c96da8a3e961b88c0b1879e186.zip glibc-9faf5262c77487c96da8a3e961b88c0b1879e186.tar.gz glibc-9faf5262c77487c96da8a3e961b88c0b1879e186.tar.bz2 |
linux: Add a getauxval test [BZ #23293]
This is for bug 23293 and it relies on the glibc test system running
tests via explicit ld.so invokation by default.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index ca95380..89cb005 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -126,6 +126,7 @@ tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \ tst-prctl \ tst-scm_rights \ tst-epoll \ + tst-getauxval \ # tests # For +depfiles in Makerules. |