aboutsummaryrefslogtreecommitdiff
path: root/string/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-08-26 14:28:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-08-26 14:28:46 +0200
commit6e263a27c4d911a9f4b68ed14852601b5c53b83d (patch)
tree09d7959dbb657fe41673fada9be97581cae5f23d /string/Makefile
parent9d6861b8c3edcb74faedcebb0a6960c01bb6f34d (diff)
downloadglibc-6e263a27c4d911a9f4b68ed14852601b5c53b83d.zip
glibc-6e263a27c4d911a9f4b68ed14852601b5c53b83d.tar.gz
glibc-6e263a27c4d911a9f4b68ed14852601b5c53b83d.tar.bz2
string: More tests for strcmp, strcasecmp, strncmp, strncasecmp
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index 9c87419..69d3f80 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -54,7 +54,7 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \
tst-strtok tst-strxfrm bug-strcoll1 tst-strfry \
bug-strtok1 $(addprefix test-,$(strop-tests)) \
bug-envz1 tst-strxfrm2 tst-endian tst-svc2 \
- tst-strtok_r bug-strcoll2
+ tst-strtok_r bug-strcoll2 tst-cmp
xtests = tst-strcoll-overflow