diff options
author | Noah Goldstein <goldstein.w.n@gmail.com> | 2022-05-19 17:17:59 -0500 |
---|---|---|
committer | Noah Goldstein <goldstein.w.n@gmail.com> | 2022-05-23 10:38:40 -0500 |
commit | 6fd435485f270a8c76e47bf7377c1b872885e683 (patch) | |
tree | b294fba1afc80e8161ecf20e9dd428d358df3979 /elf/Makefile | |
parent | c4bd509d477373b79b2becb625634d3441193005 (diff) | |
download | glibc-6fd435485f270a8c76e47bf7377c1b872885e683.zip glibc-6fd435485f270a8c76e47bf7377c1b872885e683.tar.gz glibc-6fd435485f270a8c76e47bf7377c1b872885e683.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 6f4ea78..838fe39 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 \ |