diff options
author | Roy Eldar <royeldar0@gmail.com> | 2023-05-25 17:41:59 +0300 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-05-25 18:51:23 +0200 |
commit | d2b1af43057c2bde5b180868a67d2b2bc2de95b7 (patch) | |
tree | 183f86a2bf99bbdbc0ac81f70669452a9ebc381e /elf/Makefile | |
parent | dae801527386f94e9d2fabf23c37863d1b599153 (diff) | |
download | glibc-d2b1af43057c2bde5b180868a67d2b2bc2de95b7.zip glibc-d2b1af43057c2bde5b180868a67d2b2bc2de95b7.tar.gz glibc-d2b1af43057c2bde5b180868a67d2b2bc2de95b7.tar.bz2 |
elf: add test for dl-printf
This patch checks _dl_debug_vdprintf, by passing various inputs to
_dl_dprintf and comparing the output with invocations of snprintf.
Signed-off-by: Roy Eldar <royeldar0@gmail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
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 8640138..7430453 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -275,6 +275,7 @@ tests-static-normal := \ tests-static-internal := \ tst-dl_find_object-static \ + tst-dl-printf-static \ tst-ptrguard1-static \ tst-stackguard1-static \ tst-tls1-static \ |