about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2022-05-19 17:17:59 -0500
committerNoah Goldstein <goldstein.w.n@gmail.com>2022-05-23 10:38:40 -0500
commit6fd435485f270a8c76e47bf7377c1b872885e683 (patch)
treeb294fba1afc80e8161ecf20e9dd428d358df3979 /elf/Makefile
parentc4bd509d477373b79b2becb625634d3441193005 (diff)
downloadglibc-6fd435485f270a8c76e47bf7377c1b872885e683.tar.gz
glibc-6fd435485f270a8c76e47bf7377c1b872885e683.tar.xz
glibc-6fd435485f270a8c76e47bf7377c1b872885e683.zip
elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
If we want to further optimize the functions tests are needed.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 6f4ea78007..838fe39afb 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -312,6 +312,7 @@ tests := \
   tst-array4 \
   tst-array5 \
   tst-auxv \
+  tst-dl-hash \
   tst-leaks1 \
   tst-stringtable \
   tst-tls9 \