about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorRoy Eldar <royeldar0@gmail.com>2023-05-25 17:41:59 +0300
committerFlorian Weimer <fweimer@redhat.com>2023-05-25 18:51:23 +0200
commitd2b1af43057c2bde5b180868a67d2b2bc2de95b7 (patch)
tree183f86a2bf99bbdbc0ac81f70669452a9ebc381e /elf/Makefile
parentdae801527386f94e9d2fabf23c37863d1b599153 (diff)
downloadglibc-d2b1af43057c2bde5b180868a67d2b2bc2de95b7.tar.gz
glibc-d2b1af43057c2bde5b180868a67d2b2bc2de95b7.tar.xz
glibc-d2b1af43057c2bde5b180868a67d2b2bc2de95b7.zip
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 8640138a72..7430453a6b 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 \