about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-11-07 12:42:44 +0100
committerDmitry V. Levin <ldv@altlinux.org>2020-11-30 22:59:53 +0000
commit711f183508886b03585633cffab3b37869d8f35f (patch)
treeab6a88ebef0179aa51bf5b4224c5ea8bfe6d63d9 /support/Makefile
parent8b84316420dbca05853c5a7176255b635e4a223e (diff)
downloadglibc-711f183508886b03585633cffab3b37869d8f35f.tar.gz
glibc-711f183508886b03585633cffab3b37869d8f35f.tar.xz
glibc-711f183508886b03585633cffab3b37869d8f35f.zip
support: Implement TEST_COMPARE_STRING
(cherry picked from commit 1df872fd74f730bcae3df201a229195445d2e18a)
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 7ebc1a32f5..bcdb428a4f 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -61,6 +61,7 @@ libsupport-routines = \
   support_shared_allocate \
   support_test_compare_blob \
   support_test_compare_failure \
+  support_test_compare_string \
   support_write_file_string \
   support_test_main \
   support_test_verify_impl \
@@ -164,6 +165,7 @@ tests = \
   tst-support_record_failure \
   tst-test_compare \
   tst-test_compare_blob \
+  tst-test_compare_string \
   tst-xreadlink \
 
 ifeq ($(run-built-tests),yes)