diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-05-16 17:00:35 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-05-16 17:00:36 +0200 |
commit | 2afece36f6006844e87d7cb2fcb1ad8b220b2623 (patch) | |
tree | 52958dc70aaab18d73b3b3ecafc8adfacd0b7131 /support/Makefile | |
parent | 9761bf4dfae04016bccaa82414719523b090dd60 (diff) | |
download | glibc-2afece36f6006844e87d7cb2fcb1ad8b220b2623.tar.gz glibc-2afece36f6006844e87d7cb2fcb1ad8b220b2623.tar.xz glibc-2afece36f6006844e87d7cb2fcb1ad8b220b2623.zip |
support: Add TEST_COMPARE_BLOB, support_quote_blob
The declaration of support_test_compare_blob uses unsigned long int, to avoid including <stddef.h>. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index c632df6053..bc2e5c69a2 100644 --- a/support/Makefile +++ b/support/Makefile @@ -53,9 +53,11 @@ libsupport-routines = \ support_format_netent \ support_isolate_in_subprocess \ support_openpty \ + support_quote_blob \ support_record_failure \ support_run_diff \ support_shared_allocate \ + support_test_compare_blob \ support_test_compare_failure \ support_write_file_string \ support_test_main \ @@ -151,8 +153,10 @@ tests = \ tst-support-namespace \ tst-support_capture_subprocess \ tst-support_format_dns_packet \ + tst-support_quote_blob \ tst-support_record_failure \ tst-test_compare \ + tst-test_compare_blob \ tst-xreadlink \ ifeq ($(run-built-tests),yes) |